Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started