Question: hey can i please receive help on this data base hw Homework #3 a) Create a sqlite 3 database with the 3 tables defined below.
Homework \#3 a) Create a sqlite 3 database with the 3 tables defined below. Note in the tables below there are some entries labeled X.I want you to add your own data into those locations. Also note - a foreign key requires a matching primary key in another table. So if you want to add class \# cs_540 to the ClassRoster table, you must make sure to add a row for cs_504 to the Courses table. Then run the following operations: b) Left Outer Join Courses and UniversityDepartments e) Inner Join Courses and ClassRoster d) Inner Join Courses and ClassRoster, and then Inner Join the result with UniversityDepartments. e) Cross Join UniversityDepartments and Courses Tables: UniversituDenartments
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
