CodePudding user response:
PPD (male constellation nvarchar (2), star city nvarchar (2), matching degree tinyint)
CodePudding user response:
The create table degree matching table (
Degree 1 VARCHAR (10),
Degree 2 VARCHAR (10),
Match the INT
PRIMARY KEY (degree degree 1, 2)
);
CodePudding user response: