Problem
Consider the following relations. The primary keys are underlined. All attributes are of type string if not indicated otherwise.
o Student(s_ID, s_name, s_degree: integer, advisorID, d_ID)
o Lecture(l_ID, l_name,l_degree: integer, p_ID, d_ID)
o Register(s_ID,l_ID,score: integer, Semester)
o Professor(p_ID,p_name, d_ID)
o Department(d_ID, d_name, address)
1. Find the names of professors who have taught in every semester.
2. List the names of lectures that the CISE department offers but that are taught by a professor whose department is not CISE.
3. Find the names of students who got the highest score in the lecture ‘Databases'.
4. Find the names of students who have registered every lecture of the CISE department.
5. Find the names of students who got more than 90 in the ‘DB' lecture and less than 70 in the ‘Algorithm' lecture.
The response should include a reference list. Double-space, using Times New Roman 12 pnt font, one-inch margins, and APA style of writing and citations.