Next: Initializing the DBMS
Up: Getting Started
Previous: Where to Put Your
  Contents
Within your cs166 folder you should create a directory called project. Within the project folder create the three folders database, tables, and data.
These directories will be used for the following purposes:
- project Will hold of the the files for the class project.
- project/database Will hold the database files created by Postgres.
- project/tables Will hold the table definitions that you will create for the project.
- project/data Will hold the files that contain the data that you will load into the database.
Timothy G Mauch
2003-11-05