Question: A database administrator can create a basic table for customers starting with just first and last name information by running the SQL statement _ _
A database administrator can create a basic table for customers starting with just first and last name information by running the SQL statement
a
CREATE TABLE CUSTOMER CUSTID INTEGER,FNAME CHAR LNAME CHARPRIMARY KEY CUSTID;
b
CREATE TABLE CUSTOMER CUSTID INTEGER,FNAME CHAR LNAME CHARPRIMARY KEY CUSTID;
c
CREATE TABLE CUSTOMER PRIMARY KEY CUSTID INTEGERFNAME CHAR LNAME CHAR;
d
CREATE TABLE CUSTOMER FNAME CHAR LNAME CHARPRIMARY KEY CUSTID;
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
