Home » MYSQL » MySQL Functions » Question
  1. The clause that is used to display information that matches a given pattern is _____________.
    1. LIKE
    2. WHERE
    3. IS
    4. SAME
    5. None of these
Correct Option: A

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.