home / media

video_category

8 rows where c_uid = "c_3wtcv"

This data as json, CSV (advanced)

Link v_uid c_uid
v_2ef04,c_3wtcv v_2ef04 Various Worker c_3wtcv
v_3ov2r,c_3wtcv v_3ov2r Various Worker c_3wtcv
v_6mhlm,c_3wtcv v_6mhlm Various Worker c_3wtcv
v_9b7vf,c_3wtcv v_9b7vf Various Worker c_3wtcv
v_bx1jj,c_3wtcv v_bx1jj Various Worker c_3wtcv
v_f52rk,c_3wtcv v_f52rk Various Worker c_3wtcv
v_jo776,c_3wtcv v_jo776 Various Worker c_3wtcv
v_wwoh4,c_3wtcv v_wwoh4 Various Worker c_3wtcv

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 3.197ms