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 do you understand by pl/sql records?
What is loop in pl sql?
Can a commit statement be executed as part of a trigger?
How does index help in query performance?
How many types of functions are there in sql?
Does sql*plus have a pl/sql engine?
What is difference between joins and union?
Can I call a procedure inside a function?
When sql appeared?
explain advantages of myisam over innodb? : Sql dba
Can instead of triggers be used to fire once for each statement on a view?
Define SQL and state the differences between SQL and other conventional programming Languages?
When you have to use a default "rollback to" savepoint of plvlog?
What is the most common sql injection tool?
How can the performance of a trigger be improved?