fav_tv_actors
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
8 rows
This data as json, CSV (advanced)
| id ▼ | name | image | sort_order |
|---|---|---|---|
| 1 | Bryan Cranston | 1 | |
| 2 | James Gandolfini | 2 | |
| 3 | Jon Hamm | 3 | |
| 4 | Matthew McConaughey | 4 | |
| 5 | Bob Odenkirk | 5 | |
| 6 | Idris Elba | 6 | |
| 7 | Elisabeth Moss | 7 | |
| 8 | Tatiana Maslany | 8 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fav_tv_actors (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL,
image TEXT
, sort_order INTEGER DEFAULT 999);