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 are the different parts of a package?
Is record in oracle pl sql?
Which tcp/ip port does sql server run on? How can it be changed? : Sql dba
Why do we use set serveroutput on?
What do you mean by rowid?
tell me about various levels of constraint. : Sql dba
how to use case expression? : Sql dba
how to show all tables with 'mysql'? : Sql dba
What is recursive join in sql?
What is sql catalog?
Can sql developer connect to db2?
Is foreign key mandatory?
How do you write a complex sql query?
What is the purpose of the partition table?
What is view explain with example?