Want to include a constraint in a CREATE TABLE statement for a table in a Hospital database, with these tables:
Team(TeamCode, TelNo, HeadNo)
Doctor (StaffNo, dName,Specialism,TeamCode)
Patient(PatientId, pName,ConsultantNo, WardNo,
AdmissionDate, DischargeDate)
Prescription(StaffNo...