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
how to use regular expression in pattern match conditions? : Sql dba
What is the use of index in sql?
how to extract a unit value from a date and time? : Sql dba
How to place comments in pl/sql?
What are the different types of sql commands?
Does user triggers have entry for trigger with compilation errors?
how can we optimize or increase the speed of a mysql select query? : Sql dba
What is delete command in sql?
what are dynamic queries in t-sql? : Transact sql
Why do we go for stored procedures?
What is parameter substitution in sql?
What are system versioned tables?
Explain the advantages and disadvantages of stored procedure?
How do I run a program in pl sql?
What is varchar sql?