What is the different between Stored Procedure and Procedure?
Answer Posted / roshan kumar
Procedure-
A procedure is a specified series of actions,acts or operations which have to be executed in the same mannner in order to always obtain the same result under the same circumstances.
Stored Procedure-
A stored procedure is a subroutine available to applicATIONS accessing a Relational database system.stored procedures(sometimes called as proc,sproc or sp) are actually stored in database dictionary.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is offset-fetch filter in tsql? : Transact sql
What are properties of the transaction?
What are the benefits of stored procedures?
What is difference between table and view?
Why is sql better than hql?
What is a sql profiler?
Is sql a scripting language?
what is a control file ? : Sql dba
What is the difference between having clause and where clause?
What is the most restrictive isolation level? : Transact sql
how many values can the set function of mysql take? : Sql dba
What is the difference between row level and statement level trigger?
Is not null in sql?
what is an extent ? : Sql dba
What are the two types of cursors in pl sql?