Question: Create the following table with the correct columns. Call your new table: student_course (see below). Populate this table with four rows. Make sure the student
Create the following table with the correct columns. Call your new table: student_course (see below). Populate this table with four rows. Make sure the student id column contains values that are also in the student id column of your student table.
student id
course id
semester
year
Select the student last name and course id by joining the student and student_course tables where the student id values are the same and year is equal to 2020.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
