Answer Posted / ramireddy
select * from emp e where &n=(select count(distinct Sal)from
emp where Sal<=e.Sal);
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is full join in sql?
Explain what is sql?
What is sap sql?
what is sql? : Sql dba
Do we need commit after truncate?
What is data type in database?
What is the purpose of design view?
What is the advantage of index in sql?
How to display Row Number with Records in Oracle SQL Plus?
What is the difference between instead of trigger and after trigger?
What are the constraints available in sql?
What is on delete set null?
What is sql deadlock?
Can a primary key be a foreign key?
How do I copy a table in sql?