Answered step by step
Verified Expert Solution
Question
1 Approved Answer
SQLTasks Use the data definition language component of SQL to: Writethe CREATE tablestatements to implement the tables as defined above. WriteINSERT statementsto insertdata intothe tables
SQL Tasks
Use the data definition language component of SQL to:
- Write the CREATE table statements to implement the tables as defined above.
- Write INSERT statements to insert data into the tables as shown above.
- ALTER the checkconstraint in the tblLesson table so that possiblevalues for less_airport column are: "Pullman", "Colfax", and "Palouse".
( e J TABLE 1: tblinstructor H+ tblInstructor inst_ID inst_firstName inst firstName inst lastName 1 Tom 2 Susan 3 Mike 4 Kate Datatypes for tblinstructor Column Name < inst ID inst_lastName Smith White Watson Ross Description The unique identifier for the instructor table. < PRIMARY KEY The instructor's first name. < The instructor's last name. < Data Type int Varchar, 150 characters. Required. < Varchar, 150 characters. Required.
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