home / media

video_category

23 rows where c_uid = "c_fbz4x"

This data as json, CSV (advanced)

Link v_uid c_uid
v_1ud4s,c_fbz4x v_1ud4s Idol & Celebrity c_fbz4x
v_1xcxg,c_fbz4x v_1xcxg Idol & Celebrity c_fbz4x
v_37vr0,c_fbz4x v_37vr0 Idol & Celebrity c_fbz4x
v_4e8zv,c_fbz4x v_4e8zv Idol & Celebrity c_fbz4x
v_5apa4,c_fbz4x v_5apa4 Idol & Celebrity c_fbz4x
v_7rtgv,c_fbz4x v_7rtgv Idol & Celebrity c_fbz4x
v_b7ijy,c_fbz4x v_b7ijy Idol & Celebrity c_fbz4x
v_fst0y,c_fbz4x v_fst0y Idol & Celebrity c_fbz4x
v_fwfrk,c_fbz4x v_fwfrk Idol & Celebrity c_fbz4x
v_ggptm,c_fbz4x v_ggptm Idol & Celebrity c_fbz4x
v_gh5fe,c_fbz4x v_gh5fe Idol & Celebrity c_fbz4x
v_hzfay,c_fbz4x v_hzfay Idol & Celebrity c_fbz4x
v_hzmxx,c_fbz4x v_hzmxx Idol & Celebrity c_fbz4x
v_l0n31,c_fbz4x v_l0n31 Idol & Celebrity c_fbz4x
v_ls70l,c_fbz4x v_ls70l Idol & Celebrity c_fbz4x
v_npojp,c_fbz4x v_npojp Idol & Celebrity c_fbz4x
v_p31gi,c_fbz4x v_p31gi Idol & Celebrity c_fbz4x
v_q8ds9,c_fbz4x v_q8ds9 Idol & Celebrity c_fbz4x
v_qcnxc,c_fbz4x v_qcnxc Idol & Celebrity c_fbz4x
v_qg4by,c_fbz4x v_qg4by Idol & Celebrity c_fbz4x
v_vohpk,c_fbz4x v_vohpk Idol & Celebrity c_fbz4x
v_winye,c_fbz4x v_winye Idol & Celebrity c_fbz4x
v_zbykk,c_fbz4x v_zbykk Idol & Celebrity c_fbz4x

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE video_category (
  v_uid TEXT NOT NULL REFERENCES videos(uid)     ON DELETE CASCADE,
  c_uid TEXT NOT NULL REFERENCES categories(uid) ON DELETE CASCADE,
  PRIMARY KEY (v_uid, c_uid)
);
CREATE INDEX idx_video_category_c ON video_category(c_uid);
Powered by Datasette · Queries took 2.671ms