It says relationship must be on the same number of fields with the same data types. This is for my college its the first time I have used SQL and it's drivcing me up the wall.
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)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.