how to find the second highest salary from emp table?
Answer Posted / subrat
SELECT MAX(Sal) FROM EMP WHERE Sal < (SELECT MAX(Sal) FROM EMP)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I find sql profiler?
What are different types of triggers?
what is meant by nl2br()? : Sql dba
Is and as keyword in pl sql?
What are the built in functions of sql?
How many types of triggers exist in pl/sql?
how many groups of data types? : Sql dba
how would you get the current date in mysql? : Sql dba
how to escape special characters in sql statements? : Sql dba
Why commit is not used in triggers?
What is a sql driver?
What are conditional predicates?
What normalization means?
How to get help at the sql prompt?
what is single byte over head in oracle..?