Question: Exercise 14-4 [20 points] Write a script that attempts to insert a new category named Guitars into the Categories table. If the insert is successful,
Exercise 14-4 [20 points] Write a script that attempts to insert a new category named Guitars into the Categories table. If the insert is successful, the script should display this message:
SUCCESS: Record was inserted.
If the update is unsuccessful, the script should display a message something like this:
FAILURE: Record was not inserted. Error 2627: Violation of UNIQUE KEY constraint 'UQ__Categori__8517B2E0A87CE853'. Cannot insert duplicate key in object 'dbo.Categories'. The duplicate key value is (Guitars).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
