create a procedure for count the employee in department wise
883415Mar 5 2012 — edited Mar 5 2012hi to all i am new to oracle
i have SQL code to count the employee in department wise.some one help me how to create procedure for the same
select department_id,count(*)
from employees
group by department_id