-
Auto Commit
When we insert new values into the table using loops. Is it going to be auto commit or do we need to commit manually?
-
Call a Procedure in Trigger
How to call a Procedure in Trigger and if any exception occurs in trigger then How do we rollback it?
-
Access Cursor Output
How to access cursor output from web application and present the record set in tabular form?
-
Select Multiple Information
How to select multiple data from different tables which do not have related constraints?
-
SQL Statments in Packages
If you have to call same piece of code at many places in a package, How do you achieve this without calling the function many times?
-
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?
PL/SQL Interview Questions
Ans