-
-
-
-
Force View
What is Force View. Why Oracle Give Facility to create force view? What is the use of force View
-
-
-
What will happen after commit statement ?
Cursor C1 is Select empno, ename from emp; Begin open C1; ...
-
-
-
How can I get recent 10 records out of 100 records
HI all
table contain some 1000 records, today I inserted 100 records into table, so I want first 10 records data from 100 records
how can I retrieve -
-
-
Can we use function inside a trigger
Is it possible to use function inside a trigger.
-
-
-
What happens to the base table transactions when procedure has some error?
Procedure A calls procedure B. A updates table t1, t2. B updates table t3. If some error happens to B what happens to the updates in all those tables? Whether they will rollback or commit? If commits how far it will commit?
-
-
Bind variabales
What are bind variables in sql? explain in detail?
-
-
What is the main purpose of RETURN in functions?
What is the main purpose of RETURN in functions when we can calculate a value and pass it through using OUT mode in procedure or functions?
PL/SQL Interview Questions
Ans