I wanna create a table called CustomerDetails.Clients with the coding below, and it's error is "The definition for column 'iClientID' must include a data type". Please advise to fix it. Thanks
Create table CustomerDetails.Clients
(
iClientID identity(1,1) constraint pkCliID Primary Key...