PrepAway - Latest Free Exam Questions & Answers

Which statement below is correct?

You need to delete a stored procedure from the SQL Server 2012 database. The stored procedure
is called MyProc. Which statement below is correct?

PrepAway - Latest Free Exam Questions & Answers

A.
drop MyProc

B.
delete procedure MyProc

C.
delete MyProc

D.
drop procedure MyProc

Explanation:
You must drop (delete) the stored procedure using the drop procedure statement followed by the
stored procedure name.


Leave a Reply