Create Table Customer( CustomerId int identity(1,1) not null, CustomerName varchar(200), Primary key(CustomerId) )