Answer Posted / srinath reddy
select * from emp e1 where 3 = (select count(*) from emp e2
where e1.salary <= e2.salary);
instead of answer we can say this as a solution where we can
find nth also
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you know if a relationship is 2nf?
What are triggers in sql?
What is sql procedures and functions?
What is compute?
Is it possible to create startup or shutdown trigger for on-schema?
What is a full join sql?
Explain what is rdbms?
What is lexical units in pl sql?
Why do we go for stored procedures?
What are the different sql commands?
What is the purpose of design view?
What is sql character function?
Write a query to find the names of users that begin with "um" in sql?
how to enter characters as hex numbers? : Sql dba
What is percent sign in sql?