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 'mysqlshow'? : Sql dba
Explain what is rdbms?
What is a trigger in sql?
How do I find duplicates in a single column in sql?
what is difference between delete and truncate commands? : Sql dba
What is the difference between nvl function, ifnull function, and isnull function?
What type of database is cloud sql?
In a distributed database system, can we execute two queries simultaneously?
What is pivot in sql?
How to convert comma separated string to array in pl/sql?
how to concatenate two character strings? : Sql dba
Can we use rowid as primary key?
What are the commands used in sql?
What is normalization sql?
Enlist the advantages of sql.