Untitled

 avatar
unknown
plain_text
2 years ago
270 B
9
Indexable
create table subcategory_by_hospital_id as select hospital_id, subcategory from schedule_of_charges group by hospital_id, subcategory;;


create table room_by_hospital_id as select hospital_id, type_of_room from schedule_of_charges group by hospital_id, type_of_room;


Editor is loading...
Leave a Comment