Assignment 2 -- Create A MySQL Table | |
---|---|
In this assignment, we will get some experience using each of the 3 methods for
writing SQL code -- from the command line, MySQL Workbench (the GUI) and from a
text editor such as gedit for Linux, Notepad++ for Windows and Bbedit for Mac.
So in this exercise, we will create 3 different tables all related to your selected hobby. By the end of the assignment, we will have loaded all 3 tables with at least 5 records each. |
MySQL Command Line
Let's start building your hobby database -- Manually create a table -- using the MySQL command line -- with the following criteria:
|
MySQL Workbench
Manually create a table with the same criteria as above using MySQL Workbench GUI:
|
Hybrid Class Assignment -- Using A Script File | |
---|---|
Using A Script File | |
Create a script -- using either gedit, Notepad++ or Bbedit --that will create another table
and (using your what was previously created) load all of your tables. The criteria is:
|
Assignment Submission Criteria |
|
---|---|
To turn in this assignment you will go to the NSC Canvas shell for this
class. Submit the following as attachments:
|