home / media

video_category

6 rows where v_uid = "v_rj2jb"

This data as json, CSV (advanced)

Link v_uid c_uid
v_rj2jb,c_0951h v_rj2jb Hi-Def c_0951h
v_rj2jb,c_0j4bf v_rj2jb Amateur c_0j4bf
v_rj2jb,c_hczp2 v_rj2jb Urination c_hczp2
v_rj2jb,c_uswe2 v_rj2jb Shame c_uswe2
v_rj2jb,c_v04xb v_rj2jb Older Sister c_v04xb
v_rj2jb,c_zjovt v_rj2jb Genital Close-Up c_zjovt

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