CREATE TABLE [dbo].[Mark] ( [codiceFiscale] varchar(16) NULL, [pb] varchar(50) NULL, [rete] char(1) NULL, [cod_pb] varchar(6) NULL ) GO