how to retrieve the top 2 salaried persons from a database?
Answer Posted / rajkumar
select top 1 colmn from table_name where colmn in
(select top 2 colmn from table_name where colmn is not
null order by colmn desc)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is merge a dml statement?
Define tables and fields in a database
define sql update statement ? : Sql dba
what is the difference between primary key and unique key? : Sql dba
Can you join views in sql?
What are the uses of merge?
What is the starting oracle error number? What is meant by forward declaration in functions?
What is sql profiling in oracle?
What port does sql server use?
What is the limitation on the block size of pl/sql?
How do I remove sql plus from windows 10?
What is character functions?
What is a nested table in word?
How many aggregate functions are available there in sql?
How is data stored in sql?