write the query for find the top 2 highest salary in sql
server
Answer Posted / ravi pahuja
selecl distinct top 2 salories from emp order by salory desc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are views in ms sql server?
How to select some specific rows from a table in ms sql server?
What is the contrast between sql and pl/sql?
Explain the difference between function and stored procedure?
Can you get second highest salary from the table?
Is natural join and equi join same?
What are out-of-range errors with date and time literals?
Explain go command in sql server?
Can we use where clause with group by?
Explain insert into select statement?
How do I run a trace in sql server?
How to copy the tables, schema and views from one sql server to another?
How to replace null values in expressions using isnull()?
What is raiseerror? What is raiseerror?
What is the difference between DataRow.Delete() and DataRow.Remove()?