Somebody please help this is driving me up the wall I need to make a database using sql heres what the table looks like in SQL
Create Table VolcanicActivityHazard
(VolcanoName TEXT(20)NOT NULL,
ActivityStartDate DATE NOT NULL,
Hazard TEXT(25) NOT NULL,
NoOfFatalities NUMBER,
Indicator TEXT(1)...