SQL PLSQL Interview Questions
Questions Answers Views Company eMail

overloading of stored procedure is possible in oracle?

Nelco,

3 14559

What is meant by Join? What are the different types of Joins available? Explain.

Cap Gemini,

5 15302

How will you select unique values from a list of records?

Cap Gemini,

7 15363

How will you delete a particular row from a Table?

Cap Gemini,

7 14018

What is the difference between the Primary and Foreign key?

Cap Gemini,

7 14345

From an Employee table, how will you display the record which has a maximum salary?

Cap Gemini, Exilant, Synechron,

29 32214

Question: Below is the table city gender name delhi male a delhi female b mumbai male c mumbai female d delhi male e I want the o/p as follows: male female delhi 2 1 mumbai 1 1 Please help me in writing the query that can yield the o/p mentioned above?

2 5231

how to eliminate null values in a column i.e table vlaues 1 2 3 NULL 3 4 1 5 NULL i want output like this 1 2 3 3 4 1 5 i dnt want to use nvl is null and i dnt want replace the NULL value with any value i.e nvl(col,o);

Satyam,

11 12089

i want count no of values in a column i.e enam eempno phoneno x 1 (98765,09887,096561,87964579,156678,678900876) that means if i select phone no from table i want to get total count of phone numbers i.e 6

Satyam,

8 9228

what is the cursor and use of cursor in pl/sql ?

4 5977

Can We write bulk collect statement in triggers?

Polaris,

1 8548

can we write stored function in out parameters? how to call through select statement? how to written more than one value plz give the exmple?

1 4144

select * from emp where sal in(select max(sal) from emp) here there is any limit for in operator how many values accpect ?

2 6955

In table three columns with 1 milion records(here there is no sequence values) i want add one more column with sequence values from the first how it is posible?

Tech Soft,

4 6908

suppose we have values like 1 5 7 in a colum.Now we want numbers like(2 3 4 6) that exists between 1 5 7.How can we do this using sql query??

Keane India Ltd,

5 8388


Post New SQL PLSQL Questions

Un-Answered Questions { SQL PLSQL }

What are the benefits of pl sql?

521


How to add, remove, modify users using sql?

553


What is sqlite used for?

524


What is trigger and stored procedure in sql?

552


Why primary key is required?

551






What is a sql trace file?

543


How do I know if I have sql express or standard?

593


What is the limitation on the block size of pl/sql?

524


hi,i plan to put experience on PLSQL ,can anyone suggest me for any institutes in bangalore or how to prepare for interviews

1521


What is a schema sql?

529


What is sql injection owasp?

545


What is the difference between partition and index?

478


Why join is faster than subquery?

597


what are the authentication modes in sql server? How can it be changed? : Sql dba

699


What is primary key sql?

537