Program: Build a DB using SSH ($$$)

Using putty for windows or terminal for mac, connect to the cbis3 server and create a grocery store database with the grocery_inventory table as shown on page 310.

add your username and a underscore to the name of your database such as:

tstudent_grocery_store

Run the SQL command to
  1. create the database
  2. create the table with the fields as shown in book or the video
  3. insert the 4 records shown on page 313 (note, do not insert the id, the auto_increment will do it for you)
Once you have created the database, just submit the name of it here in the edit area to indicate you are ready for it to be graded.