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 |
How do you remove a foreign key constraint?
How do I connect to postgresql on windows?
What are spatial functions?
What are the data types in postgresql?
How to insert data from one table to another in postgresql?
How do you create a table in pgadmin?
Which key can be used to execute a query in the query editor?
Is primary key indexed by default in postgres?
Who invented postgresql?
What is postgresql dba?
How large can a postgresql database be?
How do you enter data in pgadmin4?