First page Back Continue Last page Image

Homework

Create a set of tables for your Hobby

1) In MySQL Command Line, Manually Create a Table

Criteria: The table must have at least 5 fields

Turn in: List the commands used to perform this task

2) In MySQL Workbench Manually Create a Table

Criteria: The table must have at least 5 fields

Turn in: List the commands used to perform this task

3) Using a Script file create a script that creates a new table and loads all your Tables

Criteria: The new table must have at least 5 fields

Turn in: save your script and turn it in. It should load a minimum of 5 records into each of the 3 tables.