how to get second highest salary in SQL(as/4000
Answer Posted / chandu
select max(sal) from new where sal not in(select max(sal)
from new);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to get a list of columns in an existing table? : Sql dba
Can we use insert statement in function?
What is a constraint? Tell me about its various levels.
how to drop an existing view in mysql? : Sql dba
how mysql optimizes distinct? : Sql dba
Is like operator in sql case sensitive?
What is meant by truncate in sql?
What is the difference between alter trigger and drop trigger statements?
Which is faster joins or subqueries?
Can we use two order by clause in query?
How do you truncate?
What is parameter substitution in sql?
What is identity column in sql server?
What is trigger types of trigger?
What's the procedure?