CBSE Class 12 Informatics Practices
Question 78 of 79
MySQL SQL Revision Tour — Question 6
Back to all questionsFalse
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.