-
Which of the following clauses is used to display information that match a given pattern?
-
- IS
- SAME
- LIKE
- WHERE
- 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.