Question: Write and run the SQL statements necessary to create the tables and their referential integrity constraints. For the database solutions for the Review Questions about
- For the database solutions for the Review Questions about the Art-Course-Database, see the list, data and database files supplied and use:
- Microsoft Access:
- DBC-e07-Art-Course-Database-CH03-AppE.accdb
- SQL Server 2014 Express Edition:
- DBC-e07-MSSQL-Art-Course-Database-Create-Tables.sql
- DBC-e07-MSSQL-Art-Course-Database-Insert-Data.sql
- DBC-e07-MSSQL-Art-Course-Database-SQL-Queries-CH03.sql
- NOTE: Create a database diagram for the database
- Oracle Database 11g Release 2:
- DBC-e07-ODB-Art-Course-Database-Create-Tables.sql
- DBC-e07-ODB-Art-Course-Database-Insert-Data.sql
- DBC-e07-ODB-Art-Course-Database-SQL-Queries-CH03.sql
- MySQL 5.6:
- DBC-e07-MySQL-Art-Course-Database-Create-Tables.sql
- DBC-e07- MySQL -Art-Course-Database-Insert-Data.sql
- DBC-e07- MySQL -Art-Course-Database-SQL-Queries-CH03.sql
Step by Step Solution
3.55 Rating (173 Votes )
There are 3 Steps involved in it
Assumptions CustomerNumber and CourseNumber are surrogate keys starting at 1 and incrementing by 1 For Microsoft Access CREATETABLE CUSTOMER CustomerNumber Int NOT NULL CustomerLastName Char25 NOT NUL... View full answer
Get step-by-step solutions from verified subject matter experts
