how to find the second highest salary from emp table?
Answer Posted / boring guy
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 many ways we can we find the current date using mysql? : Sql dba
Is id a reserved word in sql?
What is sql*loader?
What is group by in sql?
What is auto increment?
What is a pl/sql block?
Is sql database free?
What is the purpose of a sql?
What is the usage of sql functions?
List the various privileges that a user can grant to another user?
what is the use of friend function? : Sql dba
what is rdbms? : Sql dba
Does mysql_real_escape_string prevent sql injection?
What are the disadvantages of not performing database normalization?
What are stuff and replace function?