Create the SQL statement necessary to create the new table, which will contain a customer's record,
which consists of
- unique key,
- first name,
- last name,
- address, and
- phone number
.
This was discussed in the last two lessons.
The requirement for this exercise asks that you take into account expanded column requirements (last name and first name).
Submit your answer when you are done.