get second maximum date from tables.



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

Post New Answer

More Postgre Interview Questions

How do you remove a foreign key constraint?

0 Answers  


How do I connect to postgresql on windows?

0 Answers  


What are spatial functions?

0 Answers  


What are the data types in postgresql?

0 Answers  


How to insert data from one table to another in postgresql?

0 Answers  


How do you create a table in pgadmin?

0 Answers  


Which key can be used to execute a query in the query editor?

0 Answers  


Is primary key indexed by default in postgres?

0 Answers  


Who invented postgresql?

0 Answers  


What is postgresql dba?

0 Answers  


How large can a postgresql database be?

0 Answers  


How do you enter data in pgadmin4?

0 Answers  


Categories