Answered step by step
Verified Expert Solution
Question
1 Approved Answer
student(sid, sname, sex, age, year, gpa) dept(dname, numphds) prof(pname, dname, FK(dname)->dept) course(cno, cname, dname, FK(dname)->dept) major(dname, sid, FK(dname)->dept, FK(sid)->student) section(dname, cno, sectno, pname, FK(dname, cno)->course,
student(sid, sname, sex, age, year, gpa) dept(dname, numphds) prof(pname, dname, FK(dname)->dept) course(cno, cname, dname, FK(dname)->dept) major(dname, sid, FK(dname)->dept, FK(sid)->student) section(dname, cno, sectno, pname, FK(dname, cno)->course, FK(pname)->prof) enroll(sid, grade, dname, cno, sectno, FK(sid)->student, FK(dname,cno,sectno)->section)
Print the sid and name of students majoring in 'Civil Engineering' who have enrolled in at least one course offered by the 'Chemical Engineering' department.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started