Answer Posted / g.sivanagaraju
SELECT DISTINCT(A.SAL)
FROM EMP A
WHERE &N=(SELECT COUNT(DISTINCT(B.SAL))
FROM EMP B
WHERE A.SAL<=B.SAL);
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does postgresql compare to oracle/db2/ms sql server/informix?
Write the alter statement to enable all the triggers on the t.students table.
What are the most important characteristics of pl/sql?
What are sql triggers used for?
What is faster join or subquery?
What is latest version of sql?
What is sharding in sql?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
What are the dml statements?
How to change sql*plus system settings?
What is partition in sql query?
How do you declare a constant?
Explain how to use transactions efficiently : transact sql
What is function and procedure?
What is sqlca in db2?