Home / CSE / Database System 2 - CS :: SQL Server 2000

CSE :: Database System 2 - CS

  1. There is only one way to create and modify tables in SQL Server. Write SQL code using either the CREATE or ALTER statements.

  2. A.

     True

    B.

     False


  3. SQL Server automatically creates an index on all primary and foreign keys.

  4. A.

     True

    B.

     False


  5. An SQL Server reserved word must be placed in brackets. If the word is not in brackets, SQL Server will try to interpret it as the name of one of its special words.

  6. A.

     True

    B.

     False


  7. With SQL Server, parameters and variables in T-SQL start with the "%" sign.

  8. A.

     True

    B.

     False


  9. Nonclustered indexes are faster than clustered indexes for retrieval.

  10. A.

     True

    B.

     False


  11. SQL Server supports INSTEAD OF, AFTER and BEFORE triggers.

  12. A.

     True

    B.

     False


  13. SQL Server supports two kinds of indexes: clustered and nonclustered.

  14. A.

     True

    B.

     False


  15. SQL Server indexes are special data structures used to improve performance.

  16. A.

     True

    B.

     False


  17. SQL Server supports a language called Transact-SQL (also called T-SQL).

  18. A.

     True

    B.

     False


  19. The .NET languages are the most popular languages for writing stored procedures in SQL Server 2000.

  20. A.

     True

    B.

     False