Question: Write Microsoft Access 2013 SQL code to create a customer and order table with the following parameters (primary key is underlined): Customer ( Customer ID
Write Microsoft Access 2013 SQL code to create a customer and order table with the following parameters (primary key is underlined):
Customer (Customer ID, Last Name, First Name, Street Address, City, State, Zip, Phone, Type)
Order(Order Number, Customer ID, date)
Write Microsoft Access SQL code to enter 5 records into the customer and order tables.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
