Sign Up
Login
ALLInterview.com
Categories
|
Companies
|
Placement Papers
|
Code Snippets
|
Certifications
|
Visa Questions
Post Questions
|
Post Answers
|
My Panel
|
Search
|
Topics
|
Errors
amit
{ City } kolkata
< Country > india
* Profession * student
User No #
27883
Total Questions Posted #
0
Total Answers Posted #
1
Total Answers Posted for My Questions # 0
Total Views for My Questions # 0
Users Marked my Answers as Correct # 2
Users Marked my Answers as Wrong # 0
Questions / { amit }
Questions
Answers
Category
Views
Company
eMail
Answers / { amit }
Question
{
IBM
,
33804 }
how to check the 3rd max salary from an employee table?
Answer
select max(sal) from emp where sal<(select max(sal) from emp where sal<(select max(sal) from emp));
Is This Answer Correct ?
2 Yes
0 No