-
NO_DATA_FOUND or TOO_MANY_ROW
In PL/SQL if we write select statement with INTO clause it may return two exceptions NO_DATA_FOUND or TOO_MANY_ROW .To avoid these execeptions. How do you write SQL statement in alternative way?
-
-
-
-
Open Cursors
If you have an open cursor on a table, modify the same table and commit, what would happen?
-
-
-
-
-
Table dropped after creating view Issue
A view is created on a table then i dropped the base table and created the base table once again with the same name then that view will works or not?
-
-
-
-
SQL Query to find Nth maximum of Nth row?
1. Queries for Nth maximum Nth row?2. In One table there are 5 fields. empno, ename, deptcd, managr_id, salary.Select the departments whose sum of the salary greater than the sum of salaries of any department?3. When index will be usd in the Query?
-
-
-
Oracle Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans