Create a table team which should have a column team I’d for storing an integer value between 1 to 9 which refers to unique identification of a team
Answers
Answered by
0
CREATE TABLE TEAM(ID int(9)
Similar questions