Computer Science - Database Systems - Discussion

Discussion Forum : Database Systems - Section 3 (Q.No. 43)
43.
Which command is used to select distinct subject (SUB) from the table (BOOK)?
SELECT ALL FROM BOOK
SELECT DISTINCT SUB FROM BOOK
SELECT SUB FROM BOOK
All of the above
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.