-
The clause that is used to display information that matches a given pattern is _____________.
-
- LIKE
- WHERE
- IS
- SAME
- 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.