Question
Using AdventureWorks2016CTP3 Due to warehousing limitations, inventory over 800 units needs to be sent to an external storage site and tracked separately. You have been
Using AdventureWorks2016CTP3
Due to warehousing limitations, inventory over 800 units needs to be sent to an external storage site and tracked separately. You have been asked to monitor when an update will exceed this boundary so it can be addressed in production meetings.
Please note that when SQL queries are run, results are generated in the form of data. This data should be exported and saved to an Excel file for a visual check of accuracy.
Create a Word document that includes the SQL query code used to explore the database tables and answer the following questions.
Write a trigger titled "tgrExcessInventory" for the Production.ProductInventory table to ensure the quantity can never exceed 800 units.
Modify the trigger created in step 1 to execute its check code only if the Quantity column is updated.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started