1.

Kuhu has already created a table 'Hospital' as shown below :Patient_NoPatient_NameDiseaseAgeChargesP001AlyaViral Fever14500P002KavitaLung Infection161500P003ManyaCough and Cold20500P004AmarBone Fracture222500P005DeepViraI Fever15500Now she wants to add a new column 'Address' to the above given table. Suggest suitable MySQL command for the same.

Answer»

Alter table Hospital add Address Varchar(20);



Discussion

No Comment Found

Related InterviewSolutions