Tuesday 17 May 2016

Sub Queries MCQ


  1. The SQL _______ Query is used to delete the existing records from a table.

  2.         DELETE
            REMOVE
            DELETIT

  3. Subqueries that return more than one row can only be used with multiple value operators, such as the IN operator.
    state True or False:

  4.         True
            False

  5. Which one of the following sorts rows in SQL?

  6.         SORT BY
            ALIGN BY
            ORDER BY
            GROUP BY

  7. We can test for the nonexistence of tuples in a subquery by using the _____ construct.

  8.         EXISTS
            NOT EXISTS
  9. Subquery is usually added in the WHERE Clause of the SQL statement.
    state True or False:

            True
            False