how to get second highest salary in SQL(as/4000
Answer Posted / praveen
select * from emp where max(sal)
where rownow=2
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
what are the limitations of identity column? : Transact sql
What is sql mysql pl sql oracle?
Why do we use %rowtype & %type in plsql?
How can you select unique records from a table?
Could you please provide oca (oracle 10g) dumps for my certification ?
What are the different types of database management systems?
What is localdb mssqllocaldb?
What is indexing in sql and its types?
What is the difference between left outer join and left join?
What is autocommit sql?
How to test for null values?
What is the use of nvl function?
What is difference between pls_integer and integer?
What are its different types of dbms?
How do you delete a table?