Skip to content
Snippets Groups Projects
deadPatient7.sql 179 B
INSERT INTO patients (MID, Gender, DateOfDeath, CauseOfDeath) 
VALUES (87,'Female','2019-12-01',487.00);


INSERT INTO officevisits(id,HCPID,PatientID)
VALUES (207,9000000001,87);