Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

SQL PLSQL Interview Questions
Questions Answers Views Company eMail

Are there any features that are decommissioned in 11g that are not present in 11g?

2149

ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..

Wipro,

2497

If 100 tables are there in user_tables.I want to find in which table zero records are there with table name.Is it possible?

2 6929

one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows only how should u write query?

TCS,

9 11073

What is the difference between UNIQUE KEY and UNIQUE INDEX?

TCS,

3 8902

What is the differnce between view and materialized view

TCS,

4 9178

What is dynamic SQl and how you will create and execute dynamic sql?

TCS,

2 7464

Query for second maximum salary in each in each department

DST Global Solutions, TCS,

15 38315

How many null values can be inserted in a coulmn whihc is unique constraint

Flextronics,

8 13243

How is Oracle 10g helpful when compared to oracle 9i and what is grid computing

Flextronics,

1 5506

What is the difference between SQL and PLSQL

IBM,

7 11242

query to retrive the employees whose sal is greater than avg sal

TCS,

10 15198

one of the column in my table contains the data like SAL ---- 1000 1000 2000 3000 3000 So my requirement is i want output like SAL --- 1000 2000 3000 it mean i want to delete duplicate rows in the table permanently and i want output in the above formatow should u write query?

Cap Gemini, TCS,

13 23708

select sal from emp group by sal

TCS,

3 6384

A table has 150 records. How do you retrieve 100th row to 120th row from that table ?

IBM,

21 27606


Post New SQL PLSQL Questions

Un-Answered Questions { SQL PLSQL }

What is composite primary key in sql?

996


What is mutating table error?

1179


what is the difference between cluster and non cluster index? : Sql dba

1026


what are the advantages of using stored procedures? : Sql dba

1105


How many tables can a sql database have?

977


how to load data files into tables with 'mysqlimport'? : Sql dba

1091


what is the difference between group by and order by in sql? : Sql dba

1128


What is rank function in sql?

1026


Table1: Col1 col2 1 2 10 3 4 89 5 6 Table:2 Col1 col2 3 2 9 5 4 7 6 87 With the help of table1 and table2 write a query to simulate the fallowing results. Output1: Col1 col2 1 2 2 3 3 4 4 5 5 6 Output2: Col1 col2 2 3 10 4 5 89 6 7 1.Write query for single row to multiple row using sql statements. Eg:a,b,c,d,e,f Change to A B C D E F 2. Write query for multiple row to single row using sql statements. Eg2 A B C D E F Change to Eg:a,b,c,d,e,f Table1: Col1 col2 8 5 2 9 4 2 5 1.Write a query to select all the rows from a table1,if the value of A is null then corresponding B’s value should be printed in A’s value.if the value of A is null in that table then corresponding B’s value should be printed as 30. 2. write a query to find the sum of A and B .display the max among both. 3.write a query to find total number of rows from table 1. Note: if any column value is null in a row then that row should be considered as 2 rows. 4.write a query to display all the records of table1 except A containg 2 as well B containg 5. 5.rewrite the fallowing without using join and group by. Select b.title,max(bc.returneddate –bc.checkoutdate)” mostdaysout” From bookshelf_checkout bc, Book shelf B Where bc.title(+)=b.title Group by b.title. 6.rewrite fallowing query Select id_category from category_master X where exists (select 1 from sub_category Y where X.id_category=Y.id_category) Customer: Name phone1 phone2 phone3 bitwise A 23456 67890 12345 --- B 67459 89760 37689 --- Don’t_call Col1 67890 37689 1.q) update the customer table of bitwise with 1 or 0. Exists in don’t_call table menas show -1 Other wise -0. Output. Name bitwise A 010 B 010

2418


How to rename a column in the output of sql query?

1072


How many rows can sqlite handle?

1112


how can we submit a form without a submit button? : Sql dba

985


Which nosql database is best?

975


The in operator may be used if you know the exact value you want to return for at least one of the columns.

1131


Can pl sql procedure have a return statement?

1030