Question: 2.2 points. Write a relational algebra query that, when executed, results in the name, semester, and section id all instructors that teach CS-190. Do not

 2.2 points. Write a relational algebra query that, when executed, results

2.2 points. Write a relational algebra query that, when executed, results in the name, semester, and section id all instructors that teach CS-190. Do not use a join operator. You may use any the following operators, but not necessarily all, in your expression: selection (as well as any of the logical operators for selection), projection, difference, rename, and cartesian product. Screenshot file: problem2.png 3. 2 points. Write a relational algebra query that, when executed, results in the names of instructors along with the the titles of courses that they teach. You may use any the following operators, but not necessarily all, in your expression: selection, projection, natural join, difference, rename. Screenshot file: problem3.png 4. 2 points. Write a relational algebra query that, when executed, results in the name of the students who have taken course sections taught by the instructor with ID 10101. You may use any the following operators, but not necessarily all, in your expression: selection (as well as any of the logical operators for selection), projection, difference, rename, and cartesian product. Screenshot file: problem4.png 5.2 points. Write a relational algebra query that, when executed, results in all possible pairings of instructors names. In other words, the results should look! something like: 11.name 12.name Srinivasan Srinivasan Srinivasan Wu Wu Wu Wu Srinivasan Wu Mozart 2.2 points. Write a relational algebra query that, when executed, results in the name, semester, and section id all instructors that teach CS-190. Do not use a join operator. You may use any the following operators, but not necessarily all, in your expression: selection (as well as any of the logical operators for selection), projection, difference, rename, and cartesian product. Screenshot file: problem2.png 3. 2 points. Write a relational algebra query that, when executed, results in the names of instructors along with the the titles of courses that they teach. You may use any the following operators, but not necessarily all, in your expression: selection, projection, natural join, difference, rename. Screenshot file: problem3.png 4. 2 points. Write a relational algebra query that, when executed, results in the name of the students who have taken course sections taught by the instructor with ID 10101. You may use any the following operators, but not necessarily all, in your expression: selection (as well as any of the logical operators for selection), projection, difference, rename, and cartesian product. Screenshot file: problem4.png 5.2 points. Write a relational algebra query that, when executed, results in all possible pairings of instructors names. In other words, the results should look! something like: 11.name 12.name Srinivasan Srinivasan Srinivasan Wu Wu Wu Wu Srinivasan Wu Mozart

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!