February 8, 2011


JavaDB Database Schema

- is a SQL script containing the DDL statements that will create the structures of the table.


Clean Database

- is a SQL script that contains the DDL statements and INSERT-statements for those tables that are considered as pre-defined codes.

(none)

Instance Database

- is a SQL script similar to the clean database but has sample records for the transactional table.




April 5, 2011



JavaDB Database Schema (DatabaseSchema.sql = dentalclinic.sql)

- is a SQL script containing the DDL statements that will create the structures of the table.




Instance Database

- is a SQL script similar to the clean database but has sample records for the transactional table.




DB Class




Persistent Class





The Portable Dental Clinic