Question: write the SQL to create the database. Share your physical ER model and the SQL with the group. The SQL should Create the database Tables
- Create the database
- Tables with all columns
- Primary and foreign keys
- Any unique constraints
Step by Step Solution
There are 3 Steps involved in it
SQL to Create the Database CREATE DATABASE mydatabase SQL to Create the Tables CREATE TABLE customer... View full answer
Get step-by-step solutions from verified subject matter experts
