November 2003
Intermediate to advanced
816 pages
14h 53m
English
Create a test database playdb with some sample data to work with.
(Execute each “SQL:” section separately or add “go” after each to make it a separate batch.)
| SQL |
|---|
/* Create a test database to play in. Omit if you already have one. */ CREATE DATABASE mydb go USE mydb go |
Type the following SQL statements into a file, Ch3_emps3_0.sql.
| SQL |
|---|
/* -- |
Read now
Unlock full access