Table Querying   «Prev  Next»

Create a Table in SQL - Exercise

Create a Database Table

Objective: Given certain specifications, create a table that holds the information needed for a customer record.
Create the SQL statement necessary to create the new table discussed in the last two lessons, taking into account the expanded column requirements (last name and first name, not just name). Submit your answer when you are done.