Consider the E-R diagram for the university database given below. Answer the following questions:
1. Name one weak entity set.
2. Name one recursive relationship set.
3. What does the double line that joins the entity set instructor with the relationship set inst_dep indicate?
department (dept_name, building, budget)
course_dept
inst_dept
stud_dept
instructor (ID, name, salary)
student (ID, name, tot_cred)
advisor
teaches
takes
grade
section (sec_id, semester, year)
course (course_id, title, credits)
time_slot
sec_course
sec_time_slot
time_slot (time_slot_id, day, start_time, end_time)
prereq
course_id
prereq_id
sec_class
classroom (building, room_number, capacity)