This is the problem: I have a product table (with data) and it is related to the detail-selling table (idproduct).
Is it possible to update the primarykey of the product table even if that data is already in use in the detail-selling table?
This is the problem: I have a product table (with data) and it is related to the detail-selling table (idproduct).
Is it possible to update the primarykey of the product table even if that data is already in use in the detail-selling table?