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
How many indexes per table are allowed in postgresql?
How do I connect to postgresql access?
How do I open a pgadmin file in windows?
How do you create a table in pgadmin 4?
What is a table catalog?
What does truncate table do?
What is a schema in postgres?
How do I connect to pgadmin server?
How secure is postgresql?
What is serial data type in postgresql?
What is postgis and postgresql?
How do I connect to a postgresql database using sql developer?
How to check if postgres is running?
Is pgadmin open source?
What is postmaster in postgresql?