SQL STATEMENT NEEDED:
Create a table (compatable with Oracle) to store the names of your friends' pets:
-Any name
-Mostly any structure
-You must include a column that uniquely identifies each pet's owner
-Add five+ pets (can be imaginary)
-JOIN the pets table and your friends table and show the results
-Submit SQL code for the above