wa procedure to return the month and the no'f developers
joined in each month.
Answer Posted / vishal narkhede
select to_char(hiredate, 'MON-RRRR'),count(1) from emp
group by to_char(hiredate, 'MON-RRRR')
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is embedded sql in db2?
Can we rollback after truncate?
What is sql query optimization?
How can I get the number of records affected by a stored procedure?
What is sqlerrd?
How to set up sql*plus output format in oracle?
What is the purpose of a sql?
Is sql an operating system?
What is the difference between row level and statement level trigger?
How do you go back in sql?
What are the sql commands?
Is a foreign key always unique?
What is restrict in sql?
What are the different types of constraints?
What is the main reason behind using an index?