logo

Crowdly

Browser

Add to Chrome

Given the following SQL query: SELECT student_id   FROM Enrollments   WHER...

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

Given the following SQL query:

SELECT student_id  

FROM Enrollments  

WHERE course = 'Math'  

INTERSECT  

SELECT student_id  

FROM Enrollments  

WHERE course = 'Science';

Which of the following Relational Algebra expressions correctly represents this query?

More questions like this

Want instant access to all verified answers on moodlenew.iitd.ac.in?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome