Answer Posted / g sivanagaraju
SELECT sal
FROM emp e
WHERE &100=(SELECT COUNT(DISTINCT(SAL))
FROM emp
WHERE e.sal<=sal);
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why is theta join required?
How many disk partitions should I have?
Can we use loop in sql?
How does a trigger work?
What is the benefit of foreign key?
how to create a test table in your mysql server? : Sql dba
How do you remove duplicate records from a table?
How to create an array in pl/sql?
Is the primary key an index?
What does the hierarchical profiler does?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
what is transaction? : Sql dba
Which table is left in join?
How is use pl and sql?
Is sql open source?