write the query for find the top 2 highest salary in sql
server
Answer Posted / karan
select empname,sal from empdpt e where 1=(select count(*) from
empdpt where e.sal<sal)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Differentiate sql server reporting services vs. Crystal reports?
How many columns can exist together per table?
When we should use and scope of @@identity?
Write a sql query to display the current date?
What is mscorsvw.exe - process - microsoft .net framework ngen?
How to use subqueries with the exists operators in ms sql server?
what is a check constraint?
Does partitioning ssd reduce performance?
What happens if you add a new index to large table?
Tell me extended events in sql server 2008?
How adventureworkslt tables are related?
How is sql server used?
What is data modeling and Reterminal integrity?
What are commonly used mssql functions in php?
What is role playing dimension with two examples? : sql server analysis services, ssas