What is the different between Stored Procedure and Procedure?
Answer Posted / rasmita basantia
if we are writing a procedure with create or replace
syntax ,then its a procedure.if its compiled and stored in
the data base then its called stored procedure.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
what is user defined functions? : Sql dba
How to avoid using cursors?
What is varray in pl sql?
What is benefit of creating memory optimized table?
how to decrement dates by 1 in mysql? : Sql dba
What are all different types of collation sensitivity?
what is the use of friend function? : Sql dba
Write a sql query to get the third highest salary of an employee from employee_table?
How run sql*plus commands that are stored in a local file?
What are sql constraints?
What is count * in sql?
What are the different types of database management systems?
What is a schema sql?
What is a table partition?
Can a view be mutating? If yes, then how?