1.

Stored procedure is a __________ set of one or more SQL statements.(a) interpreted(b) compiled(c) pre compiled(d) none of the mentionedI got this question during an online exam.My question comes from Built in Stored Procedures in division Developing with SQL Server of SQL Server

Answer»

The correct option is (C) PRE compiled

Explanation: Stored procedure is a precompiled set of one or more SQL STATEMENTS that is stored on Sql SERVER.



Discussion

No Comment Found

Related InterviewSolutions