Question: 2 . 2 0 LAB - Create Student table with constraints Create a Student table with the following column names, data types, and constraints: ID
LAB Create Student table with constraints
Create a Student table with the following column names, data types, and constraints:
ID integerwithrange to thousand, auto increment, primary key
FirstName variablelength string with max chars, not NULL
LastName
Street variablelength string with max chars, not NULL
City variablelength string with max chars, not NULL
State fixedlength string of chars, not NULL. default TX
Zipinteger with range to million, nat NULL
Phone fixedlength string of chars not NULL
Email variablelength string with max chars, must be unique
Note: Your SQL code does not display any results in Develop mode. Use Submit mode to test your code.
tableLAB: LAB Create Student table with constraints
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
