CSc 4710/6710, Spring 1999
Project (Phase II)
Due: 25 March, 1999 (Thursday)
The second phase will deal with creating the database tables
of Phase I under Oracle, populating with sample data, and
ensuring that the integrity constraints defined in the
schema are being enforced by Oracle.
Some remarks:
- To populate the tables, you must use each of the four methods:
- SQL Insert statements
- SQL*Loader
- embedded-SQL program (Pro*C/Pro*C++)
- Java/JDBC program
Use each of these methods on equal number of tables.
Submit a screen capture of the activities that go into populating the
database.
- The sample data must be large. For example,
20 to 30 rows in the tables produced from entity sets and
50 to 100 rows in tables produced from relationship sets.
- To verify that the integrity constraints are being enforced,
you must enter SQL*PLUS and try to violate these constraints by
performing appropriate updates and see if Oracle accepts them.
You need to submit a screen capture of the session.
- The professional report must be extended with Phase II information.