I am building this project with SQL Server.
I need to create a Shop
table, this shop (numbers) will include alphanumeric as the shop's identification number.
How do I create a table with alphanumeric primary key instead of using INT
as data type? And will this table still increment like when using INT
for the primary key?