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...

Following are some of the question related to below
mentioned query?

select e1.salary from employee3 e1
where 2=
(
select count(distinct(e2.salary))
from employee3 e2 where e2.salary>=e1.salary
)

1) What the query returns?

2) How it works? - Detail explanation (what the sub query
does, why it is (where 2=)....etc...Please?

Answer Posted / chintan

First of all this query doesn't execute. I tried it on SQL
2005 and kept getting error.

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you know if the row fetched from cursor is still valid in underlying table?

1043


What is query cost in sql server?

1037


when you create a database how is it stored? : Sql server database administration

1081


What are information schema views?

1027


Can you name a few encryption mechanisms in sql server?

991


What is the use of keyword with encryption.

1081


Why Master database is required?

1185


What language is sql server written in?

1079


How fixed length strings are truncated and padded?

1018


what's sql server? : Sql server database administration

1048


Explain in details security in SQL azure?

123


Write the queries for commands like Create Table, Delete table, Drop Table etc.

1165


Explain primary key and foreign key constraints?

1089


What is filestream?

1044


What is the fastest way to permanently delete a 1 million row table named customers?

1324