CREATE TABLE [dbo].[appoultimilele] (
	[identificativo] int NOT NULL,
	[rete] char(1) NOT NULL,
	[cliente] varchar(16) NOT NULL
)
GO