Which command is used to select distinct subject (SUB) from the table (BOOK)?
Which command is used to select distinct subject (SUB) from the table (BOOK)? Correct Answer SELECT DISTINCT SUB FROM BOOK
Which command is used to select distinct subject (SUB) from the table (BOOK)? Correct Answer SELECT DISTINCT SUB FROM BOOK