ello all. Ive got an existing SQL query which I need to expand on. Currently I have 3 Tables Patient(PatientCode, PatientSurname, PatientFirstname), Doctor(DoctorCode, DoctorSurname, DoctorFirstName) and Operation(OpCode, PatientCode, DoctorCode, Date). What the current query I have does is find...