Latest Answer: one thing nikhil handle sqlerrm with variables .that increases perfmance ok. ...
Select from A table through cursor and update B table. If it updates successfully then insert into another table.
Handled every type of exception in the code?
Latest Answer: Yes, its possible to have same name for package and the procedure in that package. ...
Latest Answer: Rank Function can cause non-consecutive rankings if the tested values are the same. Whereas, the dense_rank function will always result in consecutive rankings. ...
Latest Answer: A strong REF CURSOR type definition specifies a return type, but a weak definition does not.DECLARE TYPE EmpCurTyp IS REF CURSOR RETURN emp%ROWTYPE; -- strong ...
Latest Answer: LOB datatypes can be used to store blocks of unstructured data like graphic images, video, audio, etc ...
Latest Answer: Historically database columns which hold alphanumeric data have been defined using the number of bytes they store. This approach was fine as the number of bytes equated to the number of characters when using single-byte character sets. With the increasing ...
What are the Limitations of Packages,views,procedures?What is the maximum number of subprograms inside a package?
Latest Answer: The correct order is as below.
Trigger firing sequence:
1) Before statement level triggers, if present
2) For each row
a) Before row level triggers, if present
b) After row level triggers, if present
3) Actual Statement
4) After statement level ...
Can we have same trigger with different names for a table?eg: create trigger trig1after insert on tab1;andeg: create trigger trig2after insert on tab1;If yes,which trigger executes first.
View page << Previous 5 6 7 8 [9] 10 11 12 13 14 Next >>

Go Top