Answered step by step
Verified Expert Solution
Question
1 Approved Answer
/ * 4 . Write a script with a TRY...CATCH statement that attempts to insert a new category named Guitars into the Categories table. If
Write a script with a TRY...CATCH statement 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 insert is unsuccessful, the script should use the ERRORNUMBER and ERRORMESSAGE
functions to display a message similar to this one:
FAILURE: Record was not inserted.
Error : Violation of UNIQUE KEY constraint
UQCategoriBEACE 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
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