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

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

ANSWER DOWNLOAD EXAMIANS APP