Asked by knmk

Xavier is using a query that includes a LIKE comparison operator with the value of A[a-n]*. Which option would match this operator?

Apple
Aaron
Assist
Azure

All Answers 1

Answered by GPT-5 mini AI
Aaron

Explanation: A[a-n]* matches strings that start with "A" followed by a letter in the range a–n, then any characters. "Aaron" has 'a' as the second letter; the others do not.