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
define sql delete statement ? : Sql dba
Can we use distinct and group by together?
Which sorts rows in sql?
What is the purpose of design view?
What is cold data?
What are the possible values that can be stored in a boolean data field?
Are dml statements autocommit?
What is scalar function?
What is varchar example?
What is break?
How do I count rows in sql query?
What is set transaction?
What are the steps for performance tuning.
When can we use the where clause and the having clause?
When is the explicit cursor used ?