THE CREDIT DATABASE

In this directory are the files for creating the credit card ("credit")
database.

INSTALL.BAT
	A command file that creates the database by running a series of 
	SQL script files through OSQL.  The output is written to Credit.LOG.
	At the end of the run, install.bat loads Credit.log into an
	editor for viewing.

Credit1.TXT and Credit2.TXT.
        Text files that are displayed at the start and end of the build
        process.

CREABASE.SQL
	Creates the database.  Does not create any tables; just creates the
	database.  Will drop and recreate the database if it already exists.
	Edit this file to control the size of the database.  

CREATYPE.SQL
        Creates the user defined types.  

CREATABL.SQL
        Creates the tables.

CREAINDX.SQL
        Creates the indexes.

CREAPROC.SQL
        Creates the stored procedures.

CREAVIEW.SQL
        Creates the views.

CREADR**.SQL
        Creates the DRI constraints.

CREATRIG.SQL
        Creates the triggers.

GENS****.SQL
        Creates work tables that are used to generate sample data.  Populate the
        credit database tables.

SIZEINFO.SQL
        Display statistics information, including distribution, about the credit 
        database. 