Workshop

The Workshop provides quiz questions to help you solidify your understanding of the material covered and exercises to provide you with experience in using what you've learned. Try to answer the quiz and exercise questions before checking the answers in Appendix A, "Answers to Quizzes and Exercises," and make sure you understand the answers before continuing to the next lesson.

Quiz

1:What is wrong with the following statement?
DELETE * FROM customer_demo
2:What is wrong with the following statement?
UPDATE customer_demo (
    'John', 'smith', 34)
3:What would happen if you executed the following statement?
DELETE * from customer_demo
4:Will the following SQL statement work?
 INSERT INTO customer_demo SET VALUES = 758 WHERE ITEM = 'CAR' ...

Get Sams Teach Yourself Transact-SQL in 21 Days, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.