How to get employee name from employee table which is the
fiveth highest salary of the table
Answer Posted / anil alpati
Select empsal From emp order by empsal desc offset 5 limit 1;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is rollback?
How to download oracle sql developer?
Is it possible to pass parameters to triggers?
What is a design view?
What is data types in sql?
What is a sql instance vs database?
What is dialect in sql?
What is the syntax to add a record to a table?
What are different types of triggers?
What is posting?
What is sql scripting?
What are the different parts of a package?
mention if it is possible to import data directly from t-sql commands without using sql server integration services? If yes, what are the commands? : Transact sql
what is normalization? : Sql dba
What are the types of queries in sql?