Answer Posted / cpnagar
select top 1 salary from(select distinct top 3 salary from
emp order by salary desc)as e order by e.salary
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the various editions of sql server 2017 that are available in the market?
What is faster join or union?
explain databases and sql server databases architecture? : Sql server database administration
what is difference between NULL and ISNULL in SQL Server 2008?
How do I open port 1433?
Why does a sql statement work correctly outside of a user-defined function, but incorrectly inside it?
Explain microsoft sql server functions?
List types of tables in SQL Azure?
What is spatial and temporal data?
Can we install sql server 2016 on windows 7?
What are sql server procedures?
What is the process of normalization?
What is bit data type? What's the information that can be stored inside a bit column?
What is the server name in sql server?
What is sql server used for?