how to find the second highest salary from emp table?
Answer Posted / surya
Select max(sal) from employee where sal not in(select max
(sal) from employee)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is pl sql a scripting language?
how many sql ddl commands are supported by 'mysql'? : Sql dba
What is sharding in sql?
What is sql procedures and functions?
What are the types of subqueries?
What are the different tcl commands in sql?
What does cursor do in sql?
What are sql triggers used for?
Is primary key a clustered index?
Which is faster subquery or join?
What does the base_object_type column shows in the user.triggers data dictionary view?
What is a behavioral trigger?
What is the difference between pl and sql?
What are the operators used in select statements?
How to create an array in pl/sql?