Create table Services
Service varchar(5),
Charges currency,
Constrait 1111 not null primary key ItemN
Is this for SQL? If so, I think it should be Constraint
not Constrait
Create table Services
Service varchar(5),
Charges currency,
Constrait 1111 not null primary key ItemN
Is this for SQL? If so, I think it should be Constraint
not Constrait