Question: Write and run an SQL CREATE TABLE statement to create the SALE_01 table. Note that the foreign key is EmailAddress, which references CUSTOMER_01. EmailAddress. In
Write and run an SQL CREATE TABLE statement to create the SALE_01 table. Note that the foreign key is EmailAddress, which references CUSTOMER_01. EmailAddress. In this database, CUSTOMER_01 and SALE_01 records are never deleted, so that there will be no ON DELETE referential integrity action. However, you will need to decide how to implement the ON UPDATE referential integrity action.
Step by Step Solution
3.44 Rating (167 Votes )
There are 3 Steps involved in it
For Microsoft SQL Server For Oracle Database Oracle crea... View full answer
Get step-by-step solutions from verified subject matter experts
