Answer Posted / vimal
Store procedure is a pre compiled code
it is doing single task of several task
it is used to reduce the execution time
if we want to call store procedure just we call its name
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is SQL Server?
What is the benefit of normalization?
how you can move data or databases between servers and databases in sql server? : Sql server administration
Why use view instead of a table?
How does Report Builder support Analysis Services cubes?
What do mean by xml datatype?
What do you mean by acid?
How to change the password of a login name in ms sql server?
What is check constraint in sql server?
What is ssrs?
What is the difference between Stored Procedures and triggers?
What is normalization of database?
What is BLOCK statements in SQL?
You are creating an application where users are asked their gender in the gender combo box you have three options: ‘male’ , ‘female’ and ‘i choose not to disclose’ these options are stored in the table as 1, 0 or null which datatype should you use?
What is the contrast between sql and pl/sql?