Select
Select picks a subset of records on some criterion
Select_from <table> On <T/F predicate>
For example, to select the August home games
Select_from MsSchedule On Month=8 AND Home_Away = “Home”
SumVac = Select_from MsSchedule On Month=8 AND Home_Away = “Home”