get second maximum date from tables.
Answer / guest
select dateofjoining from employees group by dateofjoining
order by dateofjoining desc limit 1 offset 1;
Is This Answer Correct ? | 3 Yes | 0 No |
Explain about Multi version concurrency control?
How many rows can postgres handle?
How to execute a function in postgresql?
What happens to index when table is dropped?
What does the option psql -l of PostgreSQL display?
How to create table in particular schema in postgresql?
How do I set up pgadmin?
Is postgresql free to use?
Is postgres a sql database?
What is schema in reading comprehension?
How to drop all tables in postgresql?
How do I drop a table in postgresql?