I am using SQL Server for the first time and I see that a column property is called Is Identity.
What does this mean?
What
It's equivalent to MySQL's AUTO_INCREMENT property. Usually used on a primary key column