Question: Write the correct syntax for a SQL statement that make a database named Construct. 2.Write the SQL syntax to create a table in the
Write the correct syntax for a SQL statement that make a database named "Construct". 2.Write the SQL syntax to create a table in the database called Customer with the customer first and last name, customer account number, phone number, email address, and date initially became a customer. 3.Write the SQL syntax to make an insert statement for the customer table you created above. Be sure to include values that fit your table definition.
Step by Step Solution
3.40 Rating (153 Votes )
There are 3 Steps involved in it
1 2 3 INSERT INTO ConstructCustomer ... View full answer
Get step-by-step solutions from verified subject matter experts
