Question: Given the following database sample instance, write the following SQL queries: (CLO3) Student Name Smith Brown Student number,Class 17 1 8 2 Major CS CS

 Given the following database sample instance, write the following SQL queries:(CLO3) Student Name Smith Brown Student number,Class 17 1 8 2 Major

Given the following database sample instance, write the following SQL queries: (CLO3) Student Name Smith Brown Student number,Class 17 1 8 2 Major CS CS Department CS Course Course.game course. number. Credit hours Intro to CS1310 4 computers Data Structure CS3320 4 Discrete Math MATH2410 3 Database CS3380 3 CS MATH CS Section Section number Course number, Semester 85 MATH2410 FALL 92 CS1310 FALL 102 CS3320 SPRING 112 MATH2410 FALL 119 CS1310 FALL 135 CS3380 FALL Year 07 07 08 08 08 08 Instructor KING Anderson Knuth Chang Anderson Stone Grade. Report Student number 17 17 8 Section, identifier 112 119 85 92 102 135 Course number MATH2410 CS1310 MATH2410 CS1310 CS3320 CS3380 Grade B C A 8 8 8 A B Prerequisite Course Oumber. CS3380 CS3380 CS3320 Prerequisite CS3320 MATH2410 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!