edited by
1,182 views
1 votes
1 votes
Consider the following relational schema:

$\text{DOCTOR}(\textit{DoctorName}, \textbf{RegistrationNumber}$)

$\text{PATIENT}(\textbf{PatientID}, \textit{PatientName})$

$\text{ASSIGNED-TO}(\textit{ PatientID, DoctorName})$.

The primary keys for the DOCTOR and PATIENT relations are in $\textbf{bold}$. Write the tuple relational calculus expression(or an equivalent SQL query) to find the names of all patients who are assigned to more than one doctor.
edited by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
2
shivanisrivarshini asked Mar 20, 2018
476 views
The left-to-right post-order traversal of a tree $T$ yields the following sequence of nodes:$$\text{D K E F B G L M H I J C A.}$$For each node of $T$, the deg...
0 votes
0 votes
0 answers
3
0 votes
0 votes
0 answers
4