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 primary key and foreign key?
Mention what are different methods to trace the pl/sql code?
What is difference between sql function and stored procedure?
Explain correlated query work?
What are instead of triggers?
How do I view a sql database?
how to load data files into tables with 'mysqlimport'? : Sql dba
What is query execution plan in sql?
What is sql keyword?
Why do we need cursor in pl sql?
What are the two virtual tables available at the time of database trigger execution?
What is pl sql variable?
How do you determine the current isolation level? : Transact sql
What is sql table?
How do I clear the screen in sql plus?