
Having the following table structure (see image). Write MYSQL for:
(4) Which students (student first name, student last name) have taken the course “
Systems”?
(5) List all students (student first name, student last name) who have taken both “Database
Systems” and “C++”.
(6) List all students (student ID, student first Name, student last Name) and the courses (course
name, course grade) that they have taken. If there are students who have not taken any
course yet, the query result should reflect that (i.e. null for courseName, null for grade).
(7) Find all students who have taken computer science courses (i.e. course codes CS***). For the
result, list student first name, student last name, and the computer science course names
that they have taken.


Trending nowThis is a popular solution!
Step by stepSolved in 2 steps

- Five of Dr. Codd's relational database rules should be named and discussed.arrow_forwardWhat makes database programming unique? Which instances are you referring to?arrow_forwardDescribe the relational database paradigm, as well as the logical and physical design concerns for databases.arrow_forward
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education





