home / media

Menu
  • GraphQL API
  • Search all tables

fav_tv_networks

Table actions
  • GraphQL API for fav_tv_networks

Data license: All Rights Reserved · Data source: krisyotam.com · About: Kris Yotam

5 rows

✎ View and edit SQL

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

CSV options:

CREATE TABLE fav_tv_networks (
    id INTEGER PRIMARY KEY AUTOINCREMENT,
    name TEXT NOT NULL,
    image TEXT,
    description TEXT
, sort_order INTEGER DEFAULT 999);
Powered by Datasette · 15.445ms · krisyotam.com