The document contains SQL statements to create tables for a hospital database. It defines tables for Patient, Physician, Diagnosis, and Treatment, including column names and data types. It also defines primary keys and foreign key constraints between the tables.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
58 views
Create Database Hospital
The document contains SQL statements to create tables for a hospital database. It defines tables for Patient, Physician, Diagnosis, and Treatment, including column names and data types. It also defines primary keys and foreign key constraints between the tables.