Skip to content

Commit

Permalink
Corrected error, SQL Server
Browse files Browse the repository at this point in the history
  • Loading branch information
TexanInParis committed Jun 7, 2016
1 parent 250717a commit 9c93a30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Microsoft SQL Server/Chapter 02/Listing 2.018.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ AS
DELETE Order_Details
FROM Order_Details, deleted
WHERE Order_Details.OrderNumber = deleted.OrderNumber;
GO

-- Run the following if you do not wish to keep the trigger in the database.
-- DROP TRIGGER DelCascadeTrig;
Expand Down

0 comments on commit 9c93a30

Please sign in to comment.