Which line of code should you modify?

You need to implement a solution that meets the locking requirements.
Which line of code should you modify?
A. Change line 07 in usp_UpdateOpening to:
UPDATE Openings WITH (UPDLOCK)
B. Change line 09 in usp_GetOpenings to:
FROM Openings o (ROWLOCK)
C. Change line 07 in usp_UpdateOpening to:
UPDATE Openings WITH (READPAST)
D. Change line 09 in usp_GetOpenings to:
FROM Openings o (NOLOCK)

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.