team = Bulls and site = home and season = 2015 |
date |
points |
field goals made |
field goals attempted |
20151027
|
97
|
37
|
87
|
20151101
|
92
|
33
|
87
|
20151105
|
104
|
40
|
90
|
20151107
|
93
|
33
|
93
|
20151113
|
102
|
37
|
84
|
20151116
|
96
|
35
|
86
|
20151130
|
92
|
37
|
86
|
20151202
|
99
|
36
|
89
|
20151205
|
96
|
37
|
89
|
20151207
|
101
|
41
|
90
|
20151210
|
83
|
31
|
87
|
20151212
|
98
|
33
|
78
|
20151214
|
115
|
43
|
85
|
20151216
|
98
|
38
|
86
|
20151218
|
144
|
50
|
120
|
20151221
|
102
|
43
|
95
|
20151228
|
104
|
40
|
87
|
20151230
|
102
|
37
|
86
|
20160101
|
108
|
39
|
85
|
20160105
|
117
|
46
|
83
|
20160107
|
101
|
39
|
94
|
20160111
|
100
|
34
|
81
|
20160115
|
77
|
31
|
86
|
20160120
|
94
|
37
|
100
|
20160125
|
84
|
35
|
88
|
20160210
|
90
|
38
|
86
|
20160219
|
116
|
48
|
93
|
20160221
|
126
|
44
|
79
|
20160224
|
109
|
44
|
88
|
20160227
|
95
|
39
|
94
|
20160305
|
108
|
36
|
79
|
20160307
|
100
|
39
|
78
|
20160311
|
96
|
38
|
81
|
20160317
|
118
|
46
|
94
|
20160319
|
92
|
39
|
80
|
20160321
|
109
|
41
|
91
|
20160323
|
107
|
38
|
82
|
20160328
|
100
|
40
|
105
|
20160402
|
90
|
34
|
88
|
20160409
|
105
|
40
|
89
|
20160413
|
115
|
39
|
83
|
|
Game Parameters: after all star break, assists, ats margin, ats streak, attendance, biggest lead, blocks, conference, date, day, defensive rebounds, division, dpa, dps, fast break points, field goals attempted, field goals made, fouls, free throws attempted, free throws made, game number, lead changes, line, losses, margin, margin after the first, margin after the third, margin at the half, matchup losses, matchup wins, minutes, month, offensive rebounds, officials, opponents, ou margin, ou streak, overtime, playoffs, points, points in the paint, position, quarter scores, rebounds, rest, round, season, seed, series game, series games, series losses, series wins, site, site streak, start time, steals, streak, team, team rebounds, three pointers attempted, three pointers made, time of game, time zone, times tied, total, turnovers, winsPlayer Parameters: assists, blocks, defensive rebounds, field goals attempted, field goals made, fouls, free throws attempted, free throws made, minutes, name, offensive rebounds, plus minus, points, position, rebounds, steals, three pointers attempted, three pointers made, turnovers
How to Query: The syntax for access to the NBA team data is: game reference:parameter. To see the date, team, and opponent where the team scored +120 points after scoring +120 points in the previous game use the SDQL: date,team,o:team@points>120 and p:points>120
The syntax for access to the NBA player data: [team:]player name:game reference:parameter. To see the date, team, opponent and number of points by Kobe Bryant in the game after he scored more than 30 use the SDQL: date,team,o:team,Kobe Bryant:points@Kobe Bryant:p:points>30