Which of the following SQL operations demands the use of wild cards comparisons?

Options
- IN
- BETWEEN
- EXISTS
- LIKE


CORRECT ANSWER : LIKE

Discussion Board
Bad wording

I think the question shouldn''t include the word "demands", since you can still perform queries using LIKE without the use of wildcards.

Amanda 07-26-2017 09:08 AM

Correct answer is: LIKE

LIKE determines if a character string matches a pattern. It is used when only a fragment of a text value is known. It supports two wildcard match options: % and _.

Prajakta Pandit 02-2-2017 06:23 AM

exam

thankyou


krishnakumar 08-8-2014 02:10 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement