*******************************************************************
Chapter 2; Oracle SQL
Oracle Programming -- A Primer
by R. Sunderraman
*******************************************************************

This directory contains the following files:

(1) create_grades.sql   Script to create the tables for the
                        GradeBook database.

(2) insert_grades.sql   Script to populate the GradeBook database. 

(3) create_mail.sql     Script to create the tables for the 
                        MailOrder database.

(4) insert_mail.sql     Script to populate the MailOrder database.

(5) report.sql          SQL*Plus script for Query Formatting

*******************************************************************
