What is a parameter query?
What are the types of subqueries?
difference between cursor and procedure in a package
Is pl sql a scripting language?
What are the parameter modes supported by pl/sql?
How to retrieve a second highest salary from a table? Note:Suppose salaries are in duplicate values eg: Name Sal Malli 60000 Pandi 60000 Rudra 45000 Ravi 45000
10 Answers Mind Tree, Polaris, Sonata,
what does myisamchk do? : Sql dba
There is a sequence with min value 100. I want to alter this sequence to min value as 101. If the table has already data in the sequence column as 100,101,102... Is it possible to do so ?
How many types of triggers exist in pl/sql?
diff b/w function and procedure?
in a package one procedure is wrong package shows valid or not
What is set serveroutput on?
what are all the different types of indexes? : Sql dba