Find out the 3rd highest salary?
Answer Posted / anjali
select min(column_name) from table where column in(select
top n
column_name from table order by column_name desc)
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is dba in sql? : SQL DBA
What is crud sql?
Is time a data type in sql?
What is coalesce sql?
What is forward declaration in pl sql?
What do you know by pl/sql cursors?
When do we use triggers?
What is the difference between having and a where in sql?
Which kind of parameters cannot have a default value in pl sql?
Which type of cursor is used to execute the dml statement?
What is the difference between clustered and non-clustered index in sql?
What are the differences between implicit and explicit cursors?
How you can copy a file to file content and file to pl/sql table in advance pl/sql?
Does normalization improve performance?
Mention what does the hierarchical profiler does?