Answer Posted / 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 View All Answers
How to start database server in postgresql?
What is pgbouncer in postgresql?
What is toast in postgres?
What command do you type to exit the postgresql console application?
Does postgres cache queries?
Does google use postgresql?
What is the command that can be used to allocate memory in postgreSQL?
How do I connect to a postgresql database?
Which is faster mysql or postgresql?
Are postgres table names case sensitive?
Does postgres use sql?
How do I connect to postgresql using putty?
How do you create a database in pgadmin 3?
How do I start pgadmin 4 on windows?
How many types of replication are there in postgresql?