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
define sql update statement ? : Sql dba
Explain the steps needed to create the scheduled job?
What is rank () in sql?
How do I trace sql profiler?
What are the limitations of sql express?
What is pl sql code?
How to get unique records from a table?
How do you declare a user-defined exception?
What is sql exception?
What makes a good primary key?
How many sql databases can you have on one server?
How do I view tables in mysql?
What is sqlcontext?
How do I truncate a sql log file?
What are the different type of joins in sql?