IN THE SECOND SESSION, DEMONSTRATE THAT TERMINATING THE SESSION DOES CLEAR THE ROWS

8. In the second session, demonstrate that terminating the session does clear the rows. This will require disconnecting and connecting again:

disconnect;

connect hr/hr

select count(*) from tmp_emps;