How to submit project 1
1. What to submit.
- create.sql : File that shows all the create statements for the tables in Figures 5.7 of the textbook.
- Source code: loadRecords.java or loadRecords.c or and so on
- Executable file: loadRecords.class or loadRecords.exe
¡× Source code and executable file to load the records into the tables.
- loadRecords.doc: Describe how to install and use your program and show the results of the tables after loading the records through your program.
-
UpdateResult.txt
¡× Write or capture SQL commands in SQLPLUS for the updates which are provided on the course web site.
¡× Results of executing the SQL update commands have to be written in the UpdateResult.txt
¡× The file should show which updates violate integrity constraints and which do not.
-
RetrievalResult.txt
¡× Write or capture SQL commands in SQLPLUS for the retrieval queries which are provided on the course web site.
¡× Results of executing the retrieval SQL commands have to be written in the file QueryResult.txt.
¡× The file shows each query and its result.
- Item5.txt: Insert queries and result of 3 records that violate different types of integrity constraints. And executed results have to be written in Item5.txt in SQLPLUS.
- Item5.doc: Describe why each integrity constraint violation happened.
- Item6.txt: Delete a record and result that violates a referential integrity.
- Item6.doc: Describe why integrity constraint violation happened.
- Item7.txt: Insert 3 new records and result of each insert SQL command.
2. How to submit.
and by 11:59PM, June 27 for Item 2
and by
11:59PM, July 2 for Item 3,4,5,6,
and 7.