What is the different between Stored Procedure and Procedure?
Answer Posted / k.deepthi
Yes,Store Procedure/Procedure are one and the same.We have
to Create Procedure and Compile it in Data base,once
compiled it will be stored and we can use the same when
ever required in various other Procedures.
Procedure Usually used to perform set of actions based on
conditions.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
what are dynamic queries in t-sql? : Transact sql
What are sql procedures?
How is use pl and sql?
What is posting?
What is difference between left and right outer join?
Is sql scripting language?
What is dml with example?
What are the types of operators available in sql?
What is an index? What are the types of indexes? How many clustered indexes can be created on a table?
What are the parts of a sql statement?
What is a data definition language?
what is blob? : Sql dba
When do we use triggers?
Is it possible to sort a column using a column alias?
How do you write a subquery?