Database - Introduction to SQL - Discussion

Discussion Forum : Introduction to SQL - True or False (Q.No. 1)
1.
The condition in a WHERE clause can refer to only one value.
True
False
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Dilip Singh Shekhawat said:   8 years ago
By Default we can not use operators. Then where clause return single value.

VINUTHA said:   8 years ago
SELECT * FROM students WHERE student_id = 10 AND branch = 'ECE';

Ganesh Dalvi said:   1 decade ago
We can put multiple values in single "Where" clause with the help of "and" & "or" operator .

Post your comments here:

Your comments will be displayed after verification.