Find out the 3rd highest salary?
Answer Posted / tathagoto
select sal from (select sal from salary order by sal desc)
where rownum <4;
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is procedure and function in sql?
What is cursor status?
How do sql triggers work?
Explain what is a view?
What is nvl?
What problem one might face while writing log information to a data-base table in pl/sql?
what is self-join? : Sql dba
What is index example?
what is the syntax used for partition in tsql? : Transact sql
Explain the difference between 'between' & 'and' operators in sql
Is truncate ddl or dml?
What is %s in sql?
What does closing a cursor do?
What are the different tcl commands in sql?
What is difference between stored function and application function?