Results 1 to 2 of 2

Thread: Relational database assistanced needed

  1. #1
    Join Date
    Dec 2008
    Posts
    3

    Relational database assistanced needed

    hi please please help with this question ive been on for hours...

    Q. Find the details of all patients that have shared any doctors with the patient that has the code “P555".

    Patient (PatientCode, PatientSurname, PatientFirstname, PatientSex, Age, PatientOccupation, PatientHeight, PatientWeight, PatientAddress)

    Doctor (DoctorCode, DoctorSurName, DoctorFirstName, DoctorPrivateAddress, MobileNo, Function)

    Operation (Operation Code, PatientCode, DoctorCode, Date, Time, Result, OperationType)

    Is_Seen_By (PatientCode, DoctorCode, Date, Time).


    i will grovel for the answer please lol. cheers guys!

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •