1.

Which of the following clauses is used to display information that match a given pattern?(a) LIKE(b) WHERE(c) IS(d) SAMEThis question was posed to me in an interview for job.Question is from MySQL Setup topic in chapter General MySQL Use of MySQL

Answer»

The correct option is (a) LIKE

For explanation I WOULD say: The ‘LIKE’ CLAUSE filters information that match a GIVEN PATTERN. ‘WHERE’ clause selects information that is specified by a condition. ‘IS’ is used to match the exact condition specified.



Discussion

No Comment Found

Related InterviewSolutions