Answer Posted / hari.sidd
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 ? | 7 Yes | 0 No |
Post New Answer View All Answers
What kind of database is postgres?
What is the powerful database utility that can be used for building, executing and processing queries upon PostgreSQL databases?
Is postgres distributed?
What is pg pool?
Does postgres automatically index primary key?
How do I drop a table in postgresql?
Is edb postgres free?
Is postgresql scalable?
How do I delete a query?
How do you edit a table in pgadmin?
What is rds instance?
How do I rename a column in postgresql?
Compare ‘postgresql’ with ‘nosql’?
Which are different types of database administration tools used in postgresql?
Explain multi version concurrency control.