Table:
[code language="sql"]
create table GamePeriodsAdvanced (
GameId varchar(30) not null,
PeriodType varchar(10) not null constraint CK_GamePeriods
[code language="sql"]
create table GamePeriodsAdvanced (
GameId varchar(30) not null,
PeriodType varchar(10) not null constraint CK_GamePeriods