May 2020
Beginner
564 pages
14h 9m
English
This section will show you how to create the tables that we discussed earlier in the section via scripts:

CREATE TABLE yourschema.`teams3` (`teamkey` smallint NOT NULL AUTO_INCREMENT,`teamid` char(3) NOT NULL,`yearid` year(4) NOT NULL,`leagueid` char(2) NOT NULL,`teamrank` tinyint NOT NULL,PRIMARY KEY (`teamkey`),UNIQUE ...
Read now
Unlock full access