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

Explain about the command enable debug?

1 Answers  


What is postmaster in postgresql?

0 Answers  


What is toast in postgres?

0 Answers  


Who owns postgres database?

0 Answers  


How does clustering in improving the performance?

0 Answers  






What is performance_schema?

0 Answers  


How do I enable remote access to postgresql database?

0 Answers  


List different advantages of postgresql?

0 Answers  


What is the default postgres database?

0 Answers  


What type of database is postgres?

0 Answers  


What is a user view?

0 Answers  


How to check whether PostgreSQL server is up and running?

1 Answers  


Categories