Question: Question 1 Which CREATE TABLE statement is correct? Consider the attribute types (Multi_value, composite, derived, etc.) CREATE TABLE Employee (Employee_Number Employee_F_Name Employee_L_Name CREATE TABLE

Question 1 Which CREATE TABLE statement is correct? Consider the attribute types (Multi_value, composite, derived, etc.) CREATE TABLE Employee (Employee_Number Employee_F_Name Employee_L_Name CREATE TABLE Employee (Employee_Number Employee_F_Name Employee_L_Name int VARCHAR (50), VARCHAR (50), Address VARCHAR(100), Date Employed date, Birth Date date, CONSTRAINT Employee_PK PRIMARY KEY (Employee_Number)); Street VARCHAR (100), City VARCHAR (100), State VARCHAR(100), Dostal Codo int int VARCHAR (50), VARCHAR (50), NOT NULL, NOT NULL, SUBMITTED
Step by Step Solution
3.35 Rating (167 Votes )
There are 3 Steps involved in it
Here is the answer Correct Option 1 A CREATE TABLE Employ... View full answer
Get step-by-step solutions from verified subject matter experts
