KnowledgeBoat Logo

Computer Science

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

SQL Queries

2 Likes

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.

Answered By

3 Likes


Related Questions