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
AnswerC.
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