Answer Posted / pushpa
stored procedures means containing a precompiled block of
code.
if we call stored procedures they need not compiled,only
execution takes place.
with this advantage ,work on database is less.
with these sps we can perform business logics.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is meant by joins?
Explain the use of indexes option in imp command.
How to connect asp pages to oracle servers?
How to upsert (update or insert into a table)?
How to use values from other tables in update statements using oracle?
Explain about functional dependency and its relation with table design?
How to write a query with a left outer join in oracle?
What is using clause and give example?
Describe an oracle table?
In what script is snap$ created? In what script is the scott/tiger schema created?
What is logical backup in oracle?
Please explain oracle left join with an example?
State and explain about oracle instance?
List out the difference between commit, rollback, and savepoint?
Is the After report trigger fired if the report execution fails ?