fav_tv_networks
Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam
5 rows
This data as json, CSV (advanced)
| id ▼ | name | image | description | sort_order |
|---|---|---|---|---|
| 1 | HBO | Premium cable network known for prestige dramas | 1 | |
| 2 | AMC | Home of Breaking Bad and Mad Men | 2 | |
| 3 | FX | Known for bold, boundary-pushing series | 3 | |
| 4 | Netflix | Streaming giant with original content | 4 | |
| 5 | BBC | British Broadcasting Corporation | 5 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE fav_tv_networks (
id INTEGER PRIMARY KEY AUTOINCREMENT,
name TEXT NOT NULL,
image TEXT,
description TEXT
, sort_order INTEGER DEFAULT 999);