CBSE Class 12 Computer Science
Question 77 of 78
Simple Queries in SQL — Question 11
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.