What are user defined stored procedures ?
Answer Posted / anbu
Stored procedures is like a simple PLSQL/instructions
programme which can perform desired operation to get the
exact output from the oracle server(if the DB is oracle).
The user defined stored proceture can be created by users
and they can use funtions,procedure and packages to get the
output from the database engine.
The next thing is they can call it at any part in the
main programme.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is prepared statement in sql?
What is a primary key? Explain
What is mutating error in pl sql?
What is natural join in sql?
What is the left table in sql?
what is data manipulation language? : Sql dba
what is a trigger? : Sql dba
What is %type in pl sql?
What are the different operators available in sql?
What is query execution plan in sql?
What does select top 1 do in sql?
What does the acronym acid stand for in database management?
How do sql databases work?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What is a Mapplet?