How to design a data table with a parent-child relationship
At present, the table structure of a question bank is designed, and one question will have subquestions, the amount of evaluation table data exceeds 10 million, SQL Server is used as storage. Question table contains question number, stem, type, explanation, answer and other attributes. what is the best way to design the schema in this… Read More How to design a data table with a parent-child relationship