Question: Can someone help revise the code below so it will execute in sql? CREATE TABLE Regions (ID int, not null RegionID float, null, RegionName nvarchar(255),
Can someone help revise the code below so it will execute in sql?
CREATE TABLE Regions (ID int, not null RegionID float, null, RegionName nvarchar(255), CONSTRAINT PK_Regions PRIMARY KEY (RegionID));
I keep getting error codes everytime i revise it. Can someone please help?
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
