-
-
-
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?
-
DATATYPES
1-WHAT IS THE MAX LENGHT OF VARCHAR2 DATATYPE IN PL/SQL?2-WHAT IS THE USE OF UROWID?3-WHAT ARE THE SUBTYPES?GIVE ANY 2 EXAMPLE?4- WHAT IS THE GENERAL STANDARD FOR DECLARATION?
-
Populating Tables in Oracle 11g
How do you populate tables or data in Oracle 11g step by step?
-
What are Oracle Hints and How do you use them ?
Explain the real-time situation where would you use Oracle Hits
-
Oracle exception block
In the exception part,what will happen if u don’t give (when others) where will it show error compile time or run time
PL/SQL Interview Questions
Ans