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

None of these
SELECT SUB FROM BOOK
SELECT DISTINCT SUB FROM BOOK
All of these
SELECT ALL FROM BOOK

ANSWER DOWNLOAD EXAMIANS APP