CREATE A TABLE TO USE FOR THE EXERCISE

2. Create a table to use for the exercise:

create table names(first varchar2(10),last varchar2(10));