Similar Collections


    No collections found

questions

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 –


  1. CONCAT
  2. COPY
  3. EXCEPT
  4. ALTER
discuss
Select the correct rule of SQL EXCEPT

Select the correct rule of SQL EXCEPT.


  1. There must be the same number of columns in each table and the same order in every select statement.
  2. It is desirable that the columns have similar or compatible data types.
  3. Both SELECT statements must have the same fields in their respective columns.
  4. All of the above
discuss
Select the correct syntax of SQL EXCEPT

Select the correct syntax of SQL EXCEPT.


  1. SELECT Column1 FROM Table1 SELECT Column2 FROM Table2 EXCEPT;
  2. EXCEPT SELECT Column1 FROM Table1 SELECT Column2 FROM Table2;
  3. SELECT Column1 FROM Table1 EXCEPT SELECT Column2 FROM Table2;
  4. None of the above
discuss
SQL EXCEPT clause is supported in –

SQL EXCEPT clause is supported in –


  1. MySQL
  2. PostgreSQL
  3. Both A and B
  4. None of the above
discuss
ORDER BY clause comes ____ the EXCEPT clause in SQL statement?

ORDER BY clause comes ____ the EXCEPT clause in SQL statement?


  1. Before
  2. After
  3. Flexible to before or after
  4. None of the above
discuss
SQL EXCEPT returns the record from -

SQL EXCEPT returns the record from -


  1. First SELECT Query
  2. Second SELECT Query
  3. Third SELECT Query
  4. None of the above
discuss
Using which clause, can SQL EXCEPT be used in single table?

Using which clause, can SQL EXCEPT be used in single table?


  1. TO
  2. AS
  3. WHERE
  4. IN
discuss
total MCQs: 8

MCQs

8

Views

120

Best Answers

299

Points

5