is it possible to define the SKU of a product as a primary key instead of the productID, in the product table?
is it possible to define the SKU of a product as a primary key instead of the productID, in the product table?
Well, yes, but that would require modification on most of the projects, tables, SQL user-defined functions, stored procedures, etc., considering that the store takes the ProductID as the primary and then the SKU as the secondary...![]()