Home / CSE / Database System 2 - CS :: SQL for Database Construction

CSE :: Database System 2 - CS

  1. Views can be used to show the results of computed columns.

  2. A.

     True

    B.

     False


  3. A benefit of using a stored procedure is that it can be distributed to client computers.

  4. A.

     True

    B.

     False


  5. A trigger is a stored program that is attached to a database.

  6. A.

     True

    B.

     False


  7. A stored procedure is a program that performs some common action on database data and is stored in the database.

  8. A.

     True

    B.

     False


  9. A SQL view is a virtual table that is constructed from other tables or views.

  10. A.

     True

    B.

     False


  11. There are three SQL data modification operations: insert, modify and delete.

  12. A.

     True

    B.

     False


  13. SQL statements can be embedded in triggers, stored procedures, and program code.

  14. A.

     True

    B.

     False


  15. A view that contains a computed column can be easily updated.

  16. A.

     True

    B.

     False


  17. Three types of triggers are: BEFORE, AFTER and EXCEPTION.

  18. A.

     True

    B.

     False