Write a query to find five highest salaries from EMP table.
(there is a column SALARY)
Answer Posted / alex, n.y [microsoft]
SELECT TOP 5 [SALARY] FROM [EMP]
| Is This Answer Correct ? | 3 Yes | 4 No |
Post New Answer View All Answers
Can we join two tables without common column?
what is the difference between union and union all? : Sql dba
What is sql lookup?
what is single byte over head in oracle..?
what is the difference between a web-garden and a web-farm? : Sql dba
Where the sql database files are stored?
Is time a data type in sql?
Write an sql query to select all records from the table?
Is sql low level language?
What are the different type of joins in sql?
What is the difference between left and left outer join?
Explain the difference between rename and alias?
How do I clear the screen in sql plus?
What is pivot table in sql?
when is the use of update_statistics command? : Sql dba