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
what is a constraint? : Sql dba
Is oracel sql developer written in java?
What is the difference between a procedure and a function?
Which normal form is best?
what are different types of collation sensitivity? : Sql dba
what is primary key? : Sql dba
Explain character-manipulation functions?
What are the built in functions of sql?
how to load data files into tables with 'mysqlimport'? : Sql dba
What is difference between db2 and sql?
How does join work in sql?
What is scalar and vector?
Is left join and outer join same?
How to change a value of the field ‘salary’ as 7500 for an employee_name ‘john’ in a table employee_details?
How to generate a salary slip like jan 1000 1000 feb 1000 2000 ... dec 1000 12000