INTERVIEW QUESTIONS
DATABASE
STORED PROCEDURES
DETAILS
Question: what is the Difference between View and Stored Procedure?
Answer: What is the difference between View and Stored Procedure? Can views accept input parameters as stored procedure? If yes,how could I do that? I am new to database and working on MS SQL,if someone could suggest me good reference websites then that would be great.
|
Question:
what is the Difference between View and Stored Procedure?
Answer:
What is the difference between View and Stored Procedure? Can views accept input parameters as stored procedure? If yes,how could I do that? I am new to database and working on MS SQL,if someone could suggest me good reference websites then that would be great. Source: CoolInterview.com
there is only one difference between views and stored procedure. 1. we can put query on View but we cannot put query on Stored Procedure. Source: CoolInterview.com
Answered by: TARUN KUMAR | Date: 6/9/2010
| Contact TARUN KUMAR
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.
|