people
2 rows where team = 7
This data as json, CSV (advanced)
Suggested facets: dob (date)
id ▲ | series | seat | name | dob | gender | hand | team | champion | TMI |
---|---|---|---|---|---|---|---|---|---|
18 | Series 4 4 | 1 | Hugh Dennis | 1962-02-13 | M | R | Hugh and Mel 7 | ➚ | |
21 | Series 4 4 | 4 | Mel Giedroyc | 1968-06-05 | F | R | Hugh and Mel 7 | ➚ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE people ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), seat INTEGER, name TEXT, dob TEXT, gender TEXT, hand TEXT, team INTEGER REFERENCES teams(id), champion INTEGER, TMI INTEGER );