Downloads
Most of the examples in SQL:Visual QuickStart Guide, 1st Edition, use the sample database books, described in "The Sample Database" in Chapter 2. If you want to run the examples, you'll need to create books in your DBMS. To do so, download the zip file sql_vqs_files.zip, expand it, and follow the instructions for your DBMS given in the appendix, "Creating the Sample Database."
Tips
gunzip or unzip command.
sql_vqs_files.zip, read the file readme.txt for a description of the distribution.
CREATE DATABASE to create new databases. CREATE DATABASE is a powerful but nonstandard SQL command, so its syntax and capabilities vary by DBMS; see your DBMS's documentation. (Microsoft Access doesn't support CREATE DATABASE but you can create Access databases programmatically by using Visual Basic for Applications.)