how to find the second highest salary from emp table?
Answer Posted / sarojkant
select sal from emp
where rownum=2
order by sal desc
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are primary key and foreign key and how they work?
What is pl sql code?
What are the different operators available in sql?
How to pronounce postgresql?
Is crud a cuss word?
Is sql a programming?
What is row_number () in sql?
What is compound trigger?
Why do we need databases?
What is sql character function?
what is bcp? When does it used? : Sql dba
What is pl sql package?
What is the difference between sql and isql*plus?
How do you delete duplicates in sql query using rowid?
what is the difference between primary key and unique key? : Sql dba