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
What is anonymous block in sql?
What is foreign key sql?
Is primary key clustered index?
How to check if a column is nullable before setting to nullable?
What is on delete set null?
What is a Mapplet?
Is sql developer case sensitive?
What is partition by in sql?
what are the differences between char and nchar? : Sql dba
How do I run sql?
What is normalization in sql?
What are three advantages to using sql?
Is and as keyword in pl sql?
Name the operator which is used in the query for pattern matching?
what is sql? : Sql dba