-
-
-
-
-
Job scheduling
How can i schedule a procedure every day at 10 pm
-
-
-
External Table
Define External Table
-
Find Sequence MAX Value
How to find the max value in a Sequence?
-
Return Multiple Rows
How to return more than one row through functions? Explain with example.
-
Is the order in which the conditions are given in the 'WHERE' clause are important?
Mean I heard from Oracle 8i onwards the order of where clause condition does not matter which oracle creates the explain plan...and execute..Is it true?
-
Call PL/SQL function
How to call a PL/SQL function in another PL/SQL function? Is it possible? Give example?
-
-
-
Send Email from Oracle Procedure
How to send Email via PL/SQL Procedure?
-
-
BulkBind
What Is BulkBind? When it is used?
-
-
-
Passing the parameter to TOP keyword
Hi All,I want create a stored procedure by passing the parameter to top nth recordfor Excreate proc test1(@x integer)asbeginselect top @x empid from emp order by empid descendwhen iam executing iam getting error .Please let me know any other alternative way
PL/SQL Interview Questions
Ans