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
Why functions are used in sql?
Can we edit a view in sql?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What is oracle sql developer?
What is sequence in sql?
What is data control language?
What are expressions?
What is schema in sql?
What is primary and foreign key?
What does the sign mean in sql?
Can we commit inside a trigger?
What is substitution variable in pl sql?
What are sql commands?
What is java sql driver?
what is the command used to fetch first 5 characters of the string? : Sql dba