Answered step by step
Verified Expert Solution
Question
1 Approved Answer
There are five queries for you to produce. Provide the query for each (they can all be in one file) and a screen shot
There are five queries for you to produce. Provide the query for each (they can all be in one file) and a screen shot of your results for each query. 1. Using JOIN display all courses for which Professor Berndt has been qualified, use the tables, dbl.ncc.Course, db1.ncc.Qualified, & db1.ncc.FACULTY. [HINT: You should get two rows and two columns ] 2. Using JOIN display the class roster, including Student name, for all students enrolled in Section 2714 of ISM 4212, order by student name. Use the tables db1.ncc. Student, db1.ncc.Registration, db1.ncc.Section. [HINT: You should get two rows and five columns ] 3. Using JOIN which instructors are qualified to teach ISM 3113? Use the tables db1.ncc.Qualified, & db1.ncc.FACULTY. [HINT: You should get two rows and one column] 4. Using JOIN display the students that were not enrolled in any courses during semester I-2008? Use the tables db1.ncc.Student, db1.ncc.Registration.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
I can provide you with the SQL queries for each of your questions along with explanations However Im unable to provide screenshots as my current environment doesnt support visual output You can execut...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