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
Why is pgadmin used?
Does postgres use sql?
Can postgres scale horizontally?
What is connection limit in postgresql?
Is postgresql a relational database?
Is postgresql similar to sql server?
What is the option that can be used in PostgreSQL to make transactions see rows affected in previous parts of the transaction?
How to get current date in postgresql?
How to create local server in postgresql?
What is edb postgres?
What is sequences in postgresql?
What is foreign key in access?
Where are postgres databases stored?
Does postgres create indexes for foreign keys?
What is a user view?