people
2 rows where team = 27
This data as json, CSV (advanced)
Suggested facets: dob (date)
id ▲ | series | seat | name | dob | gender | hand | team | champion | TMI |
---|---|---|---|---|---|---|---|---|---|
68 | Series 12 12 | 1 | Alan Davies | 1966-03-06 | M | R | Alan and Victoria 27 | ➚ | |
72 | Series 12 12 | 5 | Victoria Coren Mitchell | 1972-08-18 | F | R | Alan and Victoria 27 | ➚ |
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 );