|
INTERVIEW QUESTIONS
DATABASE
STORED PROCEDURES
DETAILS
Question: What is stored procedure?
Answer: A stored procedure is a group of SQL statements that form a logical unit and perform a particular task. Stored procedures are used to encapsulate a set of operations or queries to execute on a database server. For example, operations on an employee database (hire, fire, promote, lookup) could be coded as stored procedures executed by application code. Stored procedures can be compiled and executed with different parameters and results, and they may have any combination of input, output, and input/output parameters.
|
|
|
Category |
Stored Procedures Interview Questions & Answers -
Exam Mode /
Learning Mode
|
Rating |
(0.3) By 8344 users |
Added on |
7/25/2011 |
Views |
71874 |
Rate it! |
|
|
Question:
What is stored procedure?
Answer:
A stored procedure is a group of SQL statements that form a logical unit and perform a particular task. Stored procedures are used to encapsulate a set of operations or queries to execute on a database server. For example, operations on an employee database (hire, fire, promote, lookup) could be coded as stored procedures executed by application code. Stored procedures can be compiled and executed with different parameters and results, and they may have any combination of input, output, and input/output parameters. Source: CoolInterview.com
Stored procedure store all data in server side and give a name to stored data then client side(ASP.NET server) access the data by a particular name. Source: CoolInterview.com
Answered by: VedPrakash Nunia | Date: 6/5/2009
| Contact VedPrakash Nunia
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|
|
Related Questions |
View Answer |
|
What is the difference between stored procedures and stored functions in ORACLE
|
View Answer
|
|
What is the difference between "IS" and "AS" while creating procedure. Ex:- create procedure IS or AS
|
View Answer
|
Please Note: We keep on updating better answers to this site. In case you are looking for Jobs, Pls Click Here Vyoms.com - Best Freshers & Experienced Jobs Website.
View All Stored Procedures Interview Questions & Answers - Exam Mode /
Learning Mode
|