Answer Posted / neethu mohanan
stored procedure is used to write queries,if there is an
error in the query it willnot be saved.In this if there is
any parameters first declare it,and then the query is write.
Each stored procedure could have a name.We can create the
stored procedure for any tables in the database.
create database->create table->stored procedure.
format:
(stored procedure name)
(@parameter1 type(size),@parameter2 type(size))
//(query)
insert into tablename values(@parameter1,@parameter2 )
| Is This Answer Correct ? | 3 Yes | 11 No |
Post New Answer View All Answers
What happens when unicode strings concatenate with non-unicode strings?
How to find table changes in sql server?
How each E-R model constructs can be mapped to the relational model?
Explain the flow of creating a cube? : sql server analysis services, ssas
What is model database? : SQL Server Architecture
What is postgresql server?
Do you know how to implement service broker?
Is it possible to have clustered index on separate drive from original table location?
Explain how to maintain a fill factor in existing indexes?
What are the general features of sql server management studio? : sql server management studio
What are the tools available in market as an alternative to sql server reporting services?
How do you delete duplicate rows in sql server?
What is SQL Azure?
How to verify the port number of the sql server?
what are the new features introduced in sql server 2000? : Sql server database administration