Skip to content
Snippets Groups Projects
deadPatient2.sql 176 B
INSERT INTO patients (MID, Gender, DateOfDeath, CauseOfDeath) 
VALUES (82,'Male','2018-07-01',11.40);


INSERT INTO officevisits(id,HCPID,PatientID)
VALUES (202,9000000000,82);