Attendance
Office Hours and Homework comments
Turnin expectations
MySQL Browser (part of the GUI Tools download)
Open the lab attendance database in the MySQL Browser. You will need to enter the following information:
Try some queries, e.g., "select * from student" or "select studentName from student" or "select * from lab"
Connect to your own database account in the MySQL Browser. You will need to enter the following information:
Create a "test" table in your *_db1 database. Add some attributes, keys, etc.
Drop the "test" table.
Reverse Engineer a MySQL Database into ER Studio
Setup the ODBC Connector for ER Studio and point it to the BigHitVideo database under your MySQL account.
In ER Studio, do: File > New > Reverse Engineer...
Generating a MySQL Database from ER Studio
Model the following entities and their attributes.
The relationships to consider are as follows. If in doubt about whether a non-identifying relationship is mandatory or optional, just make it mandatory to simplify the diagram:
Verify your solution against this possible solution. (Open the solution in ER Studio and compare it to yours.)
Use ER Studio to automatically generate the MySQL database for the above, provided model.
MySQL Administrator (part of the GUI Tools download)