GRANT THE USR_ROLE TO ACCOUNTS, AND INSERT A ROW INTO SALES

6. Grant the USR_ROLE to ACCOUNTS, and insert a row into SALES.T1:

grant usr_role to accounts;insert into sales.t1 values(sysdate);commit;