Final report
 
The final report will have to contain at least the following elements:
  1. All previous reports.
  2. The SQL code used to create the database schema, including all constraints expressed in SQL (key constraints, referential constraints, unique constraints, etc.)
  3. The code implementing all integrity constraints (stored procedures, triggers, application procedures, etc.)
  4. A detailed description of the implementation of each functionality. Do not include the whole implementation code, but supply your description with code fragments reporting:
  5. The scripts and queries needed to populate the database by transforming test data.
  6. The list of all pages that the Web application consists of. Describe the role of each page or script, and the possible use of user sessions.