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 sql exception?
What is the maximum number of rows in sql table?
Does sap use sql?
what happens when the column is set to auto increment and you reach the maximum value for that table? : Sql dba
What is rank dense_rank and partition in sql?
How do I filter in sql profiler?
What is primary and foreign key?
What is a scalar value in sql?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
explain primary keys and auto increment fields in mysql : sql dba
What is native sql query?
Does sql*plus have a pl/sql engine?
What is set serveroutput on in pl sql?
Can a table contain multiple foreign key’s?
What is sqlca in powerbuilder?