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
What function enables you to provide a value for nulls?
What is the result of this query?
Use Pubs Select 'My name is ' + au_fname From authorsWhere au_id = '172-32-1176'
What column name is displayed by this query?
Use Pubs Select au_fname as 'First Name'From authors
What would be the result of the following query?
Use Pubs Select 'My price is ' + price From titlesWhere title like '%Computer%'
Exercises
When was the first employee hired by Northwind?
What is today's date and what day of the week is it?
How many hours until New Year's Day?