Thanks for the question, Asad.
Asked: July 08, 2018 - 10:33 am UTC
Last updated: July 09, 2018 - 4:49 am UTC
Version: oracle 10g
Viewed 10K+ times! This question is
create or replace trigger t_emp_no before insert on emp_info for each row when (new.empno is null) begin :new.emp_no := s_emp_no.nextval; end; /
Need more information on Administration? Check out the Administrators guide for the Oracle Database