CONFIRM THE ACCOUNTS CAN CONNECT AND QUERY SALES

7. Confirm the ACCOUNTS can connect and query SALES.T1 but do nothing

else. The INSERT statement that follows should fail with an ORA-01031:

insufficient privileges error.

connect accounts/oracleselect * from sales.t1;insert into sales.t1 values(sysdate);