-
-
TEMP
column1
1
2
4
7
5
so in this table i want search missing number from 1 to 10.
so output should be
3
6
8
9.
how to get this o/p?">In my table "temp" one column contain 1 to 10 range of values in between some numbers are missing. like belowTEMPcolumn112475so in this table i want search missing number from 1 to 10.so output should be 3689.how to get this o/p?
-
-
-
-
-
-
-
-
-
How to export SQL XML using SQL or PLSQL or dynamic SQL for Oracle data from Oracle database.
For example: I have 100's of tables and I need to take the data from database and export as a xml file.
-
-
What are the PL/SQL Statements used in cursor processing ?
DECLARE CURSOR cursor name, OPEN cursor name, FETCH cursor name INTO or Record types, CLOSE cursor name.
-
-
-
-
-
-
-
PL/SQL Interview Questions
Ans