All about SQL (Structured Query Language) Common Interview Questions & Answers.
This covers general queries about Microsoft SQL Server, Oracle, Access, MySQL databases.
Thursday, November 5, 2009
What is a Stored Procedure?
Its nothing but a set of T-SQL statements combined to perform a single task of several tasks. Its basically like a Macro so when you invoke the Stored procedure, you actually run a set of statements.
No comments:
Post a Comment