-
-
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 write a query or procedure or function to retrieve all the tables from database where the table dont have any data (no rows).
Database has 100 tables and some of the tables dont have any data. I want to pullout those table names from database in Oracle.
-
-
What are mutating tables?
When a table is in state of transition it is said to be mutating. eg :: If a row has been deleted then the table is said to be mutating and no operations can be done on the table except select.
-
-
-
Querying Customer Details from a Table
How to query the customer details from a Table who have purchased No. of items greater than 5?
-
PL/SQL tables
How will implement the PL/SQL tables?
-
PL SQL Logs
List at least three common ways to write logs in PL SQL?
-
How to find error line of a package at run time
How can the error line can be identified for a package at run time ?
-
Oracle Mass Update
How do we do mass updates in Oracle PL SQL?
-
Return Multiple Rows
How to return more than one row through functions? Explain with example.
-
Load Tab Delimited Data
How to load tab delimited data using SQL*Loader?
-
Composite Variables
What are Composite Variable?
-
Call SQL Script
How to call SQL script file from PL/SQL?
PL/SQL Interview Questions
Ans