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 are the two types of cursors in pl sql?
What is server name sql?
What is procedure function?
What is schema in sql?
what are the 'mysql' command line options? : Sql dba
Explain the difference in execution of triggers and stored procedures?
Does sql require a server?
What is procedure and function in sql?
what is a table in a database ? : Sql dba
Can you select everything, but 1 or 2 fields, without writer's cramp?
Can procedure in package be overloaded?
Can we call stored procedure in function?
What packages(if any) has oracle provided for use by developers?
Is a table valued function object?
What is cursor explain with example?