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 to disable foreign key constraint in postgresql?

0 Answers  


How do you create a data base with postgreSQL?

1 Answers  


what is software?

1 Answers  


How do I add one column in postgresql?

0 Answers  


How do I connect to a postgresql database?

0 Answers  






How do you run a query in pgadmin 3?

0 Answers  


What is dummy table?

0 Answers  


What is instance in postgresql?

0 Answers  


How do I connect to postgresql access?

0 Answers  


Explain about Triggers?

1 Answers   Infosys,


What is join and how many types of joins?

0 Answers  


What is pg_hba conf file?

0 Answers  


Categories