Question: Question 7 (2 points) Having the following relation: COURSE Course_name Credit hours Department Intro to Computer Science CS1310 CS Data Structures 083320 CS Discrete Mathematics


Question 7 (2 points) Having the following relation: COURSE Course_name Credit hours Department Intro to Computer Science CS1310 CS Data Structures 083320 CS Discrete Mathematics MATH241 0 MATH Database CS3380 CS Which of the following SQL queries retrieves the names of all courses in 'MATH' department? 0 SELECT Department='MATH' FROM COURSE; 0 SELECT COURSE FROM Course_name WHERE Department='MATH'; 0 SELECT Course_name FROM COURSE; 0 SELECT Course_name FROM COURSE WHERE Department='MATH
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
