Review
The following questions are intended to reinforce key information presented in this chapter. If you are unable to answer a question, review the appropriate lesson and then try the question again. You can find answers to these questions in the Appendix, 'Questions and Answers.'
In which window in SQL Query Analyzer can you enter and execute Transact- SQL statements?
How do you execute Transact-SQL statements and scripts in SQL Query Analyzer?
What type of information is displayed on the Execution Plan tab, the Trace tab, and the Statistics tab?
Which tool in SQL Query Analyzer enables you to control and monitor the execution of stored procedures?
What is Transact-SQL?
What are the three types of Transact-SQL statements that SQL Server supports?
What type of Transact-SQL statement is the CREATE TABLE statement?
What Transact-SQL element is an object in batches and scripts that can hold a data value?
Which Transact-SQL statements do you use to create, modify, and delete a user-defined function?
What are control-of-flow language elements?
What are some of the methods that SQL Server 2000 supports for executing Transact-SQL statements?
What are the differences among batches, stored procedures, and triggers?