Home » MYSQL » Mysql Setup » Question
  1. Which of the following clauses is used to display information that match a given pattern?
    1. IS
    2. SAME
    3. LIKE
    4. WHERE
    5. None of these
Correct Option: C

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.



Your comments will be displayed only after manual approval.