how to find the second highest salary from emp table?
Answer Posted / velmurugan p
Select min(sal) from table_name where sal in(Select top 2 sal from table_name)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between partitioning and sharding?
What does fetching a cursor do?
Is sql microsoft?
How do I run a program in pl sql?
What is the primary use of normalization?
What are the possible values that can be stored in a boolean data field?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
How long does it take to learn pl sql?
what is the difference between a web-garden and a web-farm? : Sql dba
Whis is not false in primary key?
What are local and global Indexes and where they are useful.
What is difference between group by and partition by?
What does sql stand for?
What is a constraint?
What is the primary key?