Answer Posted / guest
select dateofjoining from employees group by dateofjoining
order by dateofjoining desc limit 1 offset 1;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do you edit a table in pgadmin?
Is postgresql a database?
What does postgresql do?
How to get current date in postgresql?
Is primary key indexed by default in postgres?
How does db indexing work?
What is the latest version of postgresql?
What is the default password for postgres windows?
What is the default postgres user?
How do I completely uninstall postgresql?
How to import sql file in postgresql pgadmin 4?
What is postgresql jdbc driver?
What is unlogged table?
What are the indices of postgresql?
What is join and how many types of joins?