Answer Posted / roopesh kumar
The stored procedures are compiled pl/sql code block that
are stored in oracle's data dictonary as p-code. When we
have to use a perticular code block many times then we
should use procedure, function etc.
The use of procedure save time of execution of a block &
remove the need to write the code of a block every time.
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is multiple partition?
How can we avoid duplicating records in a query?
Does group by remove duplicates?
How does one load ebcdic data? : aql loader
Which command is used to delete a trigger?
how to convert character strings to dates? : Sql dba
Is a secondary key the same as a foreign key?
Can a procedure in a package be overloaded?
What are character functions?
Table A Table B 1 1 2 1 3 1. Union & union all --> A Union B , A Union all B 2. Minus , Intersect --> A minus B , B Minus A , A Intersect B 3. Joins A join B , A Left Join B A Right Join B , A full Join B 4. %Type - Uses & Benifit 5. Truncate & Delete 6. Pragma Autonomus Transaction 7. how to Perform DDL from function or procedure 8. Can we have DML inside Function 9. Rank & Dense Rank diffrence 10. Water Mark in Oracle 11. Index , Can we have index in all column of table if no then why ?
what is the syntax used for partition in tsql? : Transact sql
What is sql trigger example?
What is int identity in sql?
what is a trigger? : Sql dba
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?