Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - True or False (Q.No. 27)
27.
The keyword LIKE can be used in a WHERE clause to refer to a range of values.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Jayesh Bagul said:   8 years ago
We can Use like with WHERE clause for Finding Elements not for Range.

Like is nothing But operator of WHERE Clause.

Dhanya said:   1 decade ago
Like is used for wildcards such as %.

Nishit said:   1 decade ago
BETWEEN clause is used to refer to a range.
(1)

Post your comments here:

Your comments will be displayed after verification.