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
ORDER BY can be combined with the SELECT statements.
Data manipulation language (DML) commands are used to define a database, including creating, altering, and dropping tables and establishing constraints.
The keyword BETWEEN can be used in a WHERE clause to refer to a range of values.
Assertion. There is a difference between a field being empty or storing NULL value in a field.
Reason. The NULL value is a legal way of signifying that no value exists in the field.