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

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

ANSWER DOWNLOAD EXAMIANS APP