CBSE Class 12 Computer Science Question 77 of 78

Simple Queries in SQL — Question 11

Back to all questions
11
Question

Question 11

The keyword LIKE can be used in a WHERE clause to refer to a range of values.

Answer

False

Reason — The keyword BETWEEN in SQL can be used in a WHERE clause to refer to a range of values. While the keyword LIKE can be used in a WHERE clause for comparison of character strings using patterns.