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
Where is postgres configuration file?
How do I start a pgadmin server?
Can we add foreign key without primary key?
How to execute a function in postgresql?
List some of the features of postgresql ?
What is cluster in postgresql?
What are foreign key constraints?
What is a foreign key constraint why are such constraints important?
What is postmaster pid file in postgres?
What is the driver name for postgresql?
How to create local server in postgresql?
What ports does postgresql use?
How do you edit a table in pgadmin?
What is a ctid?
Does postgresql have a gui?