1.

Which of the following stored procedure is already defined in Sql Server?(a) User Defined Stored Procedure(b) Extended Procedure(c) CLR Stored Procedure(d) System defined ProcedureThis question was posed to me in unit test.Query is from Built in Stored Procedures topic in division Developing with SQL Server of SQL Server

Answer»

The correct ANSWER is (d) SYSTEM defined PROCEDURE

Explanation: System defined Procedure procedure STARTS with the sp_ prefix.



Discussion

No Comment Found

Related InterviewSolutions