people
2 rows where team = 13
This data as json, CSV (advanced)
Suggested facets: dob (date)
id ▲ | series | seat | name | dob | gender | hand | team | champion | TMI |
---|---|---|---|---|---|---|---|---|---|
39 | Series 7 7 | 2 | Jessica Knappett | 1984-11-28 | F | R | Jessica and Kerry 13 | ➚ | |
40 | Series 7 7 | 3 | Kerry Godliman | 1973-11-17 | F | R | Jessica and Kerry 13 | ✓ | ➚ |
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 );