Generate a sequence in SQL based on the column values
Generate a sequence in SQL based on the column values Problem Description: I need to generate a sequence in SQL Server 2016 database based on the following logic. I have three fields each represents ID of Brand, Category and the Product. A brand could have multiple categories and each category could have multiple Products. I … Read more