Question: Need help with this coding problem Write an anonymous PL/SQL program with row type variable to insert a new employee with name Erica, EID =
Need help with this coding problem


Write an anonymous PL/SQL program with row type variable to insert a new employee with name Erica, EID = 5, DID = 2, salary = 90000, hiredate = date '2010-2-1' Declare a variable with the same data type as an employee's hiredate. Assign current date to this variable and use it to update Erica's hiredate to this variable
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
