Vidyalelo
Computer Science · Q141

Database Systems

Engineering and GATE · Computer Science · question 141

Q141

Which command is used to select distinct subject (SUB) from the table (BOOK)?

A.
SELECT ALL FROM BOOK
B.
SELECT DISTINCT SUB FROM BOOK
Answer
C.
SELECT SUB FROM BOOK
D.
All of the above
E.
None of the above

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board