-
Query Nested Table Data
How to query nested table column of a table without using table function?
-
PL/SQL Synonym
What are the advantage of Synonym in PL/SQL
-
Package Without Body
What is the use of a package without body?
-
Index Work
How does index work? How to check whether Index is pickup?
-
User Defined Exception Handler
Suppose a programmer creates a user defined exception handler Invalid_Number in declare block with type EXCEPTION and raise this exception in begin block. Then how will you access the user defined exception and same system defined exception (i.e Inavlid_Number)
-
Call External Procedure
How to call an external-procedure from a package?
-
-
-
Write ONLY ONE SQL statement which produces the following output
DEPARTMENT_ID EMP_COUNT DEPT_PERCENTAGE
-
Overloading procedure - all parameters are default
If there are 2 overloaded procedure, one among then have 1 IN parameter and another have 2 parameters. Both procedures parameters are of default type.
What will happen when you will call package.procedure without any parameter? -
-
SQL Statements Syntax
How to display all rows and all the columns of employee table?
-
Using distinct keyword with the analytical functions
hi
I have to write a query to fetch 5 columns from the data. columns are title,description,msgs_count,alerts and severity.
msgs_count is count(title) over (partition by ) and alerts is sum(title partition by) over.
in case the duplicates of title are present in data. I want the title to come only once in the output but the msgs_count and alerts must not be affected. is it... -
Copying data across tables
In what ways can data be copied from one table to another?
-
Global temporary tables
What is a global temporary table?
-
Oracle collections
What are the types of collection in PL/SQL? What is the advantage of nested tables?
-
Dropping a type in Oracle
Can a type body be dropped without dropping the type specification?
-
Finding object dependencies
How can we find out the dependencies on a table?
-
Oracle locks
With what ways can we find out instance locks?
-
Web testing
While testing a website, an image that is supposed to appear on a page does not load (for example in IE, you would see an empty box with a small red cross icon). What type of investigation could you carry out to find out what the cause of the problem is? What information would you include when raising the defect
PL/SQL Interview Questions
Ans