how to find 2nd highest salary in random database salary of employer.....
Answer Posted / rajasekhar.s
select distinct a.sal from emp a where
n=(select count(distinct b.sal)
from emp b where a.sal<=b.sal)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
List the different types of normalization?
How to create a test table in your mysql server?
Explain the architecture models of SQL Server?
Explain about reporting services of MYSQL?
How do I run mysql on a mac?
How to use mysqldump to create a copy of the database?
What is blob in mysql?
How to use like conditions?
Does mysql use tcp or udp?
What is the maximum connection pool size?
What is heap table in mysql?
How set mysql root password?
What is row level locking?
Why do we use the mysql database server?
What is the datatype of image in mysql?