Temple University

To create a table, right click on “Tables” (under your database schema), then select “create table”. From the “New Table” window, enter the table name (“customer”), select the proper database engine “InnoDB” (or else foreign keys will not work), and get ready to enter in the columns that you would like for your customer table. ................
................