HI,
Am new to PL\SQL. I just want to fetch the 4 fields from employee table. how to do it?
employee_ID, First_name, Last_name, total number of employees from employee table.
i tried to fetch using count() function. but it is not giving the total number of employees.
can anyone please help me?
Thank you.