Question: 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
- 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
Heres a script that attempts to insert a new category named Guitars into the Categories tab... View full answer
Get step-by-step solutions from verified subject matter experts
