Uploaded by Abdur Rehman

Database Tables Practice

advertisement
Create the given database in SQL server.
12345-
In Doctor’s table must contain another attribute i.e., Specialization.
Rename lab_chargebill to lab_bill.
Amount of laboratory can not be more than 5.
Every table should have 3 tuples.
Display the diseases in patients along with their ID and the Doctor treating them.
Download