wa procedure to return the month and the no'f developers
joined in each month.
Answer Posted / kiran
select count(*) "NoFDevelopers",to_char(hiredate,'Mon') from emp group by to_char(hiredate,'Mon');
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is table in a database?
what is 'trigger' in sql? : Sql dba
Why we use stored procedure instead of query?
What is left inner join in sql?
Is sql workbench free?
How bulk collect improves performance?
What is the difference between sql and t sql?
What are the different sql languages?
Determine if oracle date is on a weekend?
Can one improve the performance of sql*loader? : aql loader
What does an inner join do?
What is cursor and why it is required?
Explain the difference between triggers and constraints?
Describe sql comments?
How do you break a loop in pl sql?