What is the different between Stored Procedure and Procedure?
Answer Posted / pramod janjirala
Two are same.Once the procedure is created and compiled ,it
is stored in database permanently.That's why it is called as
stored procedure.
| Is This Answer Correct ? | 6 Yes | 8 No |
Post New Answer View All Answers
How do you run a query?
Can we use threading in pl/sql?
How do you update a sql procedure?
what is sql server agent? : Sql dba
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
Is not null in sql?
What is trigger in pl sql?
What is character functions?
State some properties of relational databases?
What is sql character function?
Show how functions and procedures are called in a pl/sql block.
Differentiate pl/sql and sql?
What packages(if any) has oracle provided for use by developers?
Is ms sql traffic encrypted?
how to calculate the difference between two dates? : Sql dba