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
Is hadoop a nosql?
What is sorting in sql?
What is pl sql in dbms?
What is a clob in sql?
what are the security recommendations while using mysql? : Sql dba
Is sql injection illegal?
What are commit, rollback, and savepoint?
What is composite data type in pl sql?
What is the use of sqldataadapter?
What is the use of procedures?
How to convert comma separated string to array in pl/sql?
what is a constraint? Tell me about its various levels. : Sql dba
what is the difference between join and union? : Sql dba
what is 'mysqlcheck'? : Sql dba
What is recursive stored procedure?