I've got the following table:
PatientID | DiagID
...where PatientID
is a unique identifier and DiagID
is a diagnosis ID, which is not unique. How do I delete the patient from table who's got unique DiagID (the only in the table, who's got this specific DiagID)?