16. Which command?
There are multiple records in a table and some are duplicates. Which command will fetch only one copy of the duplicate reco
Pick ONE option
SELECT DISTINCT
O
SELECT UNIQUE
SELECT DIFFERENT
All of the above
Answers
Answered by
1
Answer:
DISTINCT
Explanation:
Distinct command is used to select only one copy of each set of duplicable rows .
Similar questions