0% completed
| Student_ID | Student_Name | Course_ID | Instructor |
|---|---|---|---|
| 101 | Alice | C101 | Dr. Smith |
| 102 | Bob | C101 | Dr. Smith |
| 103 | Charlie | C102 | Dr. Brown |
Student_ID → Student_NameCourse_ID → Student_IDStudent_ID → InstructorCourse_ID → InstructorA → B and B → C, what is the closure of {A}?{A, B}{A, C}{A, B, C}{A}A → B{A, B} → C{A, B} → BA → A| Emp_ID | Dept | Dept_Location |
|---|---|---|
| 1 | HR | New York |
| 2 | IT | Chicago |
| 3 | HR | New York |
Emp_ID → DeptDept → Dept_LocationDept → Emp_IDEmp_ID → Dept_Location.....
.....
.....