Chapter Two – Introduction to Structured Query Language
Page 2-3
Oracle Database, and cover pages 10B-1 through 10B-55 to help your
students get set up for the SQL work in Chapter 2.
❖ ERRATA
There are no known errors at this time. Any errors that are discovered in the future will
❖ TEACHING SUGGESTIONS
• Database files to illustrate the examples in the chapter and solution database
• The best way for students to understand SQL is by using it. Have your students
work through the Review Questions, Exercises, the Marcia’s Dry Cleaning Case
Questions, and the Queen Anne Curiosity Shop or Morgan Importing Project
Questions in an actual database. Students can create databases in Microsoft
• Microsoft Access database files for Cape Codd, together with SQL scripts for
Microsoft SQL Server, Oracle Database, and MySQL versions of Cape Codd,
• The SQL processors in the various DBMSs are very fussy about character sets
used for SQL statements. They want to see plain ASCII text, not fancy fonts.
This is particularly true of the single quotation ( ‘ ) used to designate character
strings, but we’ve also had problems with the minus sign. If your students are
having problems getting a “properly structured SQL statement” to run, look
closely for this type of problem. It occurs most frequently when copying/pasting a
query from a word processor into a query window.
• There is a useful teaching technique which will allow you to demonstrate the SQL
queries in the text using Microsoft SQL Server if you have it available.
• Open the Microsoft SQL Server Management Studio, and create a new
SQL Server database named Cape-Codd.