Question: Write and run an SQL CREATE TABLE statement to create the SALE_02 table. Note that the foreign key is CustomerID, which references CUSTOMER_04.CustomerID. In this
Write and run an SQL CREATE TABLE statement to create the SALE_02 table. Note that the foreign key is CustomerID, which references CUSTOMER_04.CustomerID. In this database, CUSTOMER_04 and SALE_02 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.41 Rating (157 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
