CBSE Class 12 Informatics Practices Question 78 of 79

MySQL SQL Revision Tour — Question 6

Back to all questions
6
Question

Question 6

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.