Home / CSE / Database System 2 - CS :: Introduction to SQL

CSE :: Database System 2 - CS

  1. There is an equivalent join expression that can be substituted for all subquery expressions.

  2. A.

     True

    B.

     False


  3. A dynamic view is one whose contents materialize when referenced.

  4. A.

     True

    B.

     False


  5. SQL is a programming language.

  6. A.

     True

    B.

     False


  7. SELECT DISTINCT is used if a user wishes to see duplicate columns in a query.

  8. A.

     True

    B.

     False


  9. Indexes can usually be created for both primary and secondary keys.

  10. A.

     True

    B.

     False


  11. Each index consumes extra storage space and also requires overhead maintenance time whenever indexed data change value.

  12. A.

     True

    B.

     False


  13. The HAVING clause acts like a WHERE clause, but it identifies groups that meet a criterion, rather than rows.

  14. A.

     True

    B.

     False


  15. SQL is a data sublanguage.

  16. A.

     True

    B.

     False


  17. The qualifier DISTINCT must be used in an SQL statement when we want to eliminate duplicate rows.

  18. A.

     True

    B.

     False


  19. DISTINCT and its counterpart, ALL, can be used more than once in a SELECT statement.

  20. A.

     True

    B.

     False