What is the different between Stored Procedure and Procedure?
Answer Posted / pramod janjirala
Two are same.Once the procedure is created and compiled ,it
is stored in database permanently.That's why it is called as
stored procedure.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
what is foreign key? : Sql dba
What is cursor explain with example?
How many sql statements are used?
What is a file delimiter?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
What is interval partition?
Can we perform dml in function?
how to calculate expressions with sql statements? : Sql dba
What does count (*) mean?
Is sql free?
How do I create a memory optimized filegroup?
What is recursive stored procedure?
what is a composite primary key ? : Sql dba
What is an inconsistent dependency?
Which sql statement is used to return only different values?