how to calcuate the second highest salary of he employee
Answer Posted / shailesh
select sal from emp where sal=(select max(sal) from emp
where sal<(select max(sal) from emp);
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Name the operator which is used in the query for pattern matching?
How does cross join work in sql?
What is compilation error in pl sql?
What are the ddl commands?
What is pl sql script?
What are different clauses used in sql?
How do I clear the screen in sql plus?
what is view? : Sql dba
Are stored procedures compiled?
What is the size of partition table?
Can we commit in trigger?
Can I learn sql in a week?
list out some tools through which we can draw e-r diagrams for mysql. : Sql dba
What type of join is sql join?
Which data dictionary views have the information on the triggers that are available in the database?