home / media

video_category

14 rows where c_uid = "c_nv1gt"

This data as json, CSV (advanced)

Link v_uid c_uid
v_5cg27,c_nv1gt v_5cg27 Gal c_nv1gt
v_5y6r4,c_nv1gt v_5y6r4 Gal c_nv1gt
v_6nevo,c_nv1gt v_6nevo Gal c_nv1gt
v_7lfn4,c_nv1gt v_7lfn4 Gal c_nv1gt
v_9z7g7,c_nv1gt v_9z7g7 Gal c_nv1gt
v_avpx4,c_nv1gt v_avpx4 Gal c_nv1gt
v_c5ek3,c_nv1gt v_c5ek3 Gal c_nv1gt
v_dhmi0,c_nv1gt v_dhmi0 Gal c_nv1gt
v_foth6,c_nv1gt v_foth6 Gal c_nv1gt
v_naxo3,c_nv1gt v_naxo3 Gal c_nv1gt
v_ocsz2,c_nv1gt v_ocsz2 Gal c_nv1gt
v_oo55c,c_nv1gt v_oo55c Gal c_nv1gt
v_uq8we,c_nv1gt v_uq8we Gal c_nv1gt
v_xtco9,c_nv1gt v_xtco9 Gal c_nv1gt

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.703ms