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 does count (*) do in sql?
Can we use loop in sql?
what is a foreign key ? : Sql dba
What is pl/sql table? Why it is used?
Can we insert data into materialized view?
What is informix sql?
Which is better trigger or stored procedure?
List different type of expressions with the example.
What do you understand by case manipulation functions?
Does pl/sql support create command?
What is the advantage of nosql?
What is the least restrictive isolation level? : Transact sql
What is the difference between local and global temporary table?
How is indexing done in search engines?
What are the usages of sql?