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

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

ANSWER DOWNLOAD EXAMIANS APP