Home »
MCQs »
SQL MCQs »
SQL EXCEPT Clause MCQs
To get a record from one table, which is not present in another table, we can use the clause –
1. To get a record from one table, which is not present in another table, we can use the clause –
- CONCAT
- COPY
- EXCEPT
- ALTER
Answer: C) EXCEPT
Explanation:
To get a record from one table, which is not present in the other table, we can use the clause EXCEPT.