InterviewSolution
Saved Bookmarks
| 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 |
|