Home »
MCQs »
SQL MCQs »
SQL Statements and Clauses MCQs
Which clause is used to retrieve a unique element from the table?
8. Which clause is used to retrieve a unique element from the table?
- SELECT UNIQUE
- SELECT DISTINCT
- Both A) and B)
- None of the above
Answer: C) Both A) and B)
Explanation:
SELECT UNIQUE and SELECT DISTINCT clauses are used to retrieve a unique element from a table.