Question: QUESTION NO. 3: MANDATORY/ OPTIONAL / BONUS (5 Points) Given the following database sample instance, write the following SQL queries: (CLO3) Student Name Student number

QUESTION NO. 3: MANDATORY/ OPTIONAL / BONUS (5 Points) Given the following database sample instance, write the following SQL queries: (CLO3) Student Name Student number Class Major Smith 17 CS Browns 2 ICS Course Course name Course number Credit hours Department Intro to CSI310 14 |CS computers Data Structure CS3320 14 CS Discrete Math MATH2410 MATH Database |CS3380 CS Section Section number Course number Semester Year Instructor 85 MATH2410 FALL 07 KING 192 |CS1310 FALL 07 Anderson 102 CS3320 SPRING 08 Knuth 112 MATH2410 FALL 08 Chang 119 CS1310 FALL 08 Anderson 135 CS3380 FALL 08 Stone Grade Report Student number Section identific Course number Grade 17 112 MATH2410 B 17 119 CSI310 C & 85 MATH2410 A 18 192 CS1310 A 18 102 CS3320 B 135 CS3380 A Prerequisite Course number Prerequisite CS3380 CS3320 |CS3380 MATH2410 |CS3320 CS1310 Retrieve the course names of all the courses that offered by CS department (1 pts) Retrieve the names of all courses taught during fall of (year) 08 along with the names of the instructors. (2 pts) Retrieve the name and transcript of each junior student (class 1) majoring in Computer Science (CS). A transcript includes course names, course numbers, semester, year and grade for each course completed by the student. (2 pts)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
