Answered step by step
Verified Expert Solution
Link Copied!

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

/*4. 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 ERROR_NUMBER and ERROR_MESSAGE
functions to display a message similar to this one:
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions