CONNECT TO YOUR DATABASE AS USER SYSTEM WITH SQL*PLUS, AND CREATE A TABLE TO USE FOR THE EXERCISE

1. Connect to your database as user SYSTEM with SQL*Plus, and create a table

to use for the exercise:

create table ex232 as select * from all_users;