Question: I need help with question 5 only, please! 4. Create a table named passenger with the following attributes, data types, and constraints: a. ID, integer,

 I need help with question 5 only, please! 4. Create a

I need help with question 5 only, please!

4. Create a table named passenger with the following attributes, data types, and constraints: a. ID, integer, not null, auto increment b. lastName, variable character, 50 characters, not null c. firstName, variable character, 50 characters, not null d. address, variable character, 90 characters, not null e. city, variable character, 50 characters, not null f. state, character, 2 characters, not null g. zipCode, character, 5 characters, not null h. phone, character, 10 characters, not null, unique i. email, variable character, 90 characters, not null, unique j. primary key is the ID field 5. Create a table named position with the following attributes, data types, and constraints: a. ID, integer, not null, auto increment b. description, variable character, 50 characters, not null, unique c. hourly, decimal, 5 numbers total, 2 numbers to the right of the decimal point, not null, default value 11.00 d. primary key is the ID field

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!