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
How do I remove duplicates in two columns?
What is the use of stored procedures?
What is rename command in sql?
can sql servers linked to other servers like oracle? : Sql dba
What is sql query optimization?
What is trigger and stored procedure in sql?
What are sql triggers used for?
What is %type in pl sql?
How can I change database name in sql?
Which function is used to return remainder in a division operator in sql?
What are the subsets of sql?
how would concatenate strings in mysql? : Sql dba
What is package in pl sql?
Is vs as in pl sql?
how to dump a table to a file with 'mysqldump'? : Sql dba