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 are the qualities of 2nf?
What is a recursive stored procedure?
Can pl sql procedure have a return statement?
What will you get by the cursor attribute sql%notfound?
How many commands are in sql?
how to rename an existing table in mysql? : Sql dba
Can I join the same table twice?
GLOBAL TEMPORARY TABLE over Views in advantages insolving mutating error?
What is the process of debugging?
What is the syntax and use of the coalesce function?
What is the function that is used to transfer a pl/sql table log to a database table?
what are the performance and scalability characteristics of mysql? : Sql dba
How do I view stored procedures?
What is a Mapplet?
What is procedure explain with example?