So as I understand it in newbie speak if I wanted to store the stats from a ball game I could use a datastream to store the data as:

InningScore {1,2,3,4,5,6,7,8,9}
TeamA {0,1,0,2,1,2,3,2,1}...