About Sql Identity
ID not null IDENTITY(0, 1) it means, that the feild will automatic growth.
at init, field ID is 0, then add one record, ID field will increse 1.
ID not null IDENTITY(0, 1) it means, that the feild will automatic growth.
at init, field ID is 0, then add one record, ID field will increse 1.