Show the implementation of tables in target DBMS (snapshots of tables in DBMS)
SQL statements for database construction and data population
Estimate the number of database operations for each table in the operational scenarios (provide the estimated usage frequency of each table through SQL per day) (optional)
Estimate the size of each table (in terms of KBytes or MBytes) which is (the length of the table schema * the average number of tuples in the table) (optional)
Implementation and demonstration of the database system (partial) (snapshots of GUI)