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
how many sql dml commands are supported by 'mysql'? : Sql dba
what is the difference between char_length and length? : Sql dba
What is memory optimized table?
Which are the different types of indexes in sql?
Is mariadb a nosql database?
What is bind reference and how can it be created?
How do you exit in sql?
what is sql in mysql? : Sql dba
What are the basic techniques of indexing?
Why do we use procedures in sql?
Which table is left in join?
What are different types of statements supported by sql?
How to take user input in pl sql?
what is a trigger in mysql? Define different types of trigger. : Sql dba
What are the possible values for the boolean data field?