Q:

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

belongs to collection: DBMS - SQL MCQ

0

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


  1. SELECT ALL FROM BOOK
  2. SELECT DISTINCT SUB FROM BOOK
  3. SELECT SUB FROM BOOK
  4. All of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

(b).SELECT DISTINCT SUB FROM BOOK

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
In SQL, the CREATE TABLESPACE is used... >>
<< In SQL, which command is used to select only one c...