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
What is %type in pl sql?
What are some predefined exceptions in pl/sql?
How to avoid duplicate records in a query?
What are the possible values for the boolean data field?
What does 0 mean in sql?
Why do we use sql constraints?
What is union and union all keyword in sql?
What is a join query?
The in operator may be used if you know the exact value you want to return for at least one of the columns.
What is character functions?
What is the order of sql select?
State some properties of relational databases?
Can you join a table to itself?
what are the different type of sql's statements ? : Sql dba
What does inner join mean?