我是关系代数的新手,发现它很困难。我已经回答了几个问题;但是,它们相对简单。虽然可以帮助解决这些问题。
数据库
Patient (PatientCode, PatientSurname, PatientFirstname, PatientSex, PatientAge,
PatientOccupation, PatientHeight, PatientWeight, PatientAddress)
Doctor (DoctorCode, DoctorSurName, DoctorFirstName, DoctorPrivateAddress,
MobileNo, Doctor Specialisim)
Operation (Operation Code, PatientCode, DoctorCode, Date, Time, Result,
OperationType)
Is_Seen_By (PatientCode, DoctorCode, Date, Time)
查询
查找医生“DR333”做过手术且结果不成功的患者的姓氏和性别。
找到在 2010 年 11 月 18 日完成并成功的操作的代码。还请列出参与手术的医生的姓名。