Table Querying   «Prev  Next»

SQL Insert Statement - Exercise

Objective:Create an initial INSERT statement that will place one row of information into the table.
Create the INSERT statement that will insert the following customer information into the Customer Table.
Name:     Caitlin Brennan
Address:  1604 N. West Street
Suite 304-D
Santa Clara, CA 99834-1223
Phone:    (444) 515-1212

Assume that the CustomerID column will be automatically created by the database engine (it's an automatically incrementing column).