Instruction
Great! The next table contains information about the therapies that take place at a given medical center.
Exercise
Select all data from the Therapy table. It consists of the following columns:
Id– the ID of a given therapy session,PatientId– the ID of the patient attending a given therapy session,PhysicianId– the ID of the specialist leading a given therapy session, andTreatmentType– the treatment type of a given therapy.
Stuck? Here's a hint!
Type:
SELECT * FROM Therapy



