Given an SQL table ‘Books’ with fields Title, Author, and Genre, which query would return a list of unique Genre values?
Given an SQL table ‘Books’ with fields Title, Author, and Genre, which query would return a list of unique Genre values?
A . SELECT Genre FROM Books;
B . SELECT SET Genre FROM Books;
C . SELECT UNIQUE Genre FROM Books;
D . SELECT DISTINCT Genre FROM Books;
Answer: D
Latest C1000-144 Dumps Valid Version with 125 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments