database system 6
PLAYER (id int(PK), fname varchar (30) ,lname varchar(30) ,age int ,position varchar(30) clubid int(FK), clubid is a FK to the PK of the table CLUB. (id, first name, last name,age, position in the id of the club it refers) CLUB( clubid(PK int ), name, titlesno,founded) id of the club, name of the club, number of […]
