how to calcuate the second highest salary of he employee
Answer Posted / vivek ghorad
select min(select top(2)salary from emp)from emp;
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
what are date and time functions in mysql? : Sql dba
Explain dml and ddl?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
How do you rank data in sql?
What is index example?
what are wild cards used in database for pattern matching ? : Sql dba
What is trigger in pl sql with examples?
How many unique keys can a table have?
What is procedure explain with program?
What is %rowtype in pl sql?
What is a join query?
What is procedure and function?
what is a table in a database ? : Sql dba
What is the difference between python and sql?
What is dense_rank in sql?