Instructions are given in Italics!

Your project should at least have the following template and functionality. If you want to do more fancy stuff, do so only after providing for the following features:

<Project Name>

Team Members: <Team-member names>




  • Database Initialization:

    Here, provide two buttons to "Clear Database" and "Populate Database". The action should be that you execute that query on the database and bring up a message on a separate page (or a dialog box), stating that the desired query has been executed.
    • Clear Database: This button should clean out your database. The tables should STAY but have no data in them, i.e., after clicking this button if the Relations are queried (using links at the top of this page) then only Attribute/Column names should appear but no data.
    • Populate Database: This button should "initialize" your database. All data that your demo requires should be input in the tables.