You can access the MySQL system using 2 different methods:
|
(Or if you are logged in remotely, use lab0z.mathcs.emory.edu - with X window forwarding turned on !):
/home/cs377001/bin/cs377-sql [SIZE] |
you can specify an optional size for the characters used in the application.
The available SIZE parameters are:
ss = tiny s = small m = medium l = large ll = huge |
The default size is m (medium).
Enter spjDB into the Database field and click SELECT.
If you see a success message, you can enter the query into the top window and click EXECUTE to execute the SQL command (on the spjDB database).
Let me know if you have problem connecting to the database with this application.
|
Summary:
|
select * from supplier select * from part select * from proj select * from spjCut and paste results into a file and print it. You can check the answers of your queries against the content of the database. Note however that the database content may be updated with new tuples to allow new assignment queries to retrieve non-trivial results. So always get a new current content of the database each time you work on your SQL project.