Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

a) Specify the following queries in SQL on the database schema of Figure 1.2. a. Retrieve the name of each course and the instructor

 a) Specify the following queries in SQL on the database schema of Figure 1.2. a. Retrieve the name of each 

a) Specify the following queries in SQL on the database schema of Figure 1.2. a. Retrieve the name of each course and the instructor who taught that course. If an instructor taught a course more than one time, remove the redundant information. b. For each section of those courses offered by CS department, retrieve the course number, semester, year, and number of students who took the section. c. For each student who took more than 2 sections, retrieve the name, student number, major of the student and the number of sections taken by the student. STUDENT COURSE SECTION Smith Brown Name Course name Intro to Computer Science Data Structures Discrete Mathematics Database GRADE REPORT PREREQUISITE Section identifier Student number 85 92 102 112 119 135 17 8 Course_number CS1310 CS3320 17 17 8 8 8 8 MATH2410 CS3380 Course_number MATH2410 CS1310 CS3320 MATH2410 CS1310 CS3380 Student number Course_number CS3380 CS3380 CS3320 Class 1 2 Credit hours 4 4 Semester Fall Fall Spring Fall Fall Fall 112 119 85 92 102 135 3 Section identifier Major cs CS 3 Figure 1.2 Example of a simple database Year 07 07 08 08 08 08 Prerequisite_number CS3320 MATH2410 CS1310 Department CS CS MATH CS A Grade B < < < Instructor King Anderson A Knuth Chang Anderson Stone

Step by Step Solution

3.45 Rating (158 Votes )

There are 3 Steps involved in it

Step: 1

a SELECT DISTINCT COURSEcoursename INSTRUCTORname FROM COURSE INNER JOIN SECT... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Operations Management Processes And Supply Chains

Authors: Lee Krajewski, Naresh Malhotra, Larry Ritzman

13th Global Edition

129240986X, 978-1292409863

More Books

Students also viewed these Algorithms questions

Question

please dont use chat gpt 4 4 . .

Answered: 1 week ago

Question

What pay system do you prefer? Why is this your preference?

Answered: 1 week ago