What is the different between Stored Procedure and Procedure?
Answer Posted / abhishek
Stored procedure is a subprogram in oracle and procedure is an anoyomous block. Stored procedure can be caled by exec at any time wen the user require it for execution..Procedure are created for temporary execution and they are not stored
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Is trigger a stored procedure?
What is a sql trace file?
Can we use ddl statements in stored procedure sql server?
How do you write a subquery?
Can we use having without group by in sql?
How exception handling is done in advance pl/sql?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What is nested table in pl sql?
Can a view be mutating? If yes, then how?
What is string join?
What is indexing oracle sql?
Explain exception handling in pl/sql?
Is sql an operating system?
What is an invalid partition table?
Why do we use procedures in sql?