✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.
Consider the following relational schema for a university:student(roll no, name, dob)dept(deptNo, dName, location)project(proj no, deptNo, roll no, pName)Identify the correct relational algebraic expression for the following query:
Find the names of students who have selected any project offered by the department “CSE”.