【发布时间】:2011-01-12 23:49:06
【问题描述】:
我是关系代数的新手,发现它很困难。我已经回答了几个问题;但是,它们相对简单。不过可以帮助解决这些问题。
数据库
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 日完成并成功的操作的代码。另请列出参与手术的医生姓名。
【问题讨论】:
-
如果是这样,请将这些标记为作业。
标签: database relational-algebra