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
Why do we use procedures in pl sql?
Can we change the table name in sql?
Which operator is used in query for pattern matching?
Explain what is a database?
How do I run a pl sql procedure in sql developer?
Differentiate pl/sql and sql?
Name the operator which is used in the query for pattern matching?
what is sp_pkeys? : Transact sql
How do I kill a query in postgresql?
what is unique key constraint? : Sql dba
Why functions are used in sql?
How do I use google cloud in sql?
what is data control language? : Sql dba
how tsql statements can be written and submitted to the database engine? : Transact sql
Can we use rowid as primary key?