Title | |
---|---|
To get a record from one table, which is not present in another table, we can use the clause –To get a record from one table, which is not present in another table, we can use the clause –
The answer is:
C. EXCEPT
|
|
Select the correct rule of SQL EXCEPTSelect the correct rule of SQL EXCEPT.
The answer is:
D. All of the above
|
|
Select the correct syntax of SQL EXCEPTSelect the correct syntax of SQL EXCEPT.
The answer is:
C. SELECT Column1 FROM Table1 EXCEPT SELECT Column2 FROM Table2;
|
|
SQL EXCEPT clause is supported in –SQL EXCEPT clause is supported in –
The answer is:
B. PostgreSQL
|
|
ORDER BY clause comes ____ the EXCEPT clause in SQL statement?ORDER BY clause comes ____ the EXCEPT clause in SQL statement?
The answer is:
B. After
|
|
SQL EXCEPT returns the record from -SQL EXCEPT returns the record from -
The answer is:
A. First SELECT Query
|
|
Using which clause, can SQL EXCEPT be used in single table?Using which clause, can SQL EXCEPT be used in single table?
The answer is:
C. WHERE
|
MCQs
Views
Best Answers
Points