1.

The clause that is used to display information that matches a given pattern is _____________(a) WHERE(b) IS(c) SAME(d) LIKEI got this question during a job interview.The above asked question is from SQL Statement Syntax (Non-Compound Statements) topic in section SQL Syntax of MySQL

Answer»

Correct choice is (d) LIKE

For explanation I would SAY: The ‘LIKE’ clause FILTERS information that matches 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