//the table create table dbo.factura ( customer_code varchar(20), invoice_number char(4), line_number char(2), data date );