home / media

video_category

7 rows where v_uid = "v_h6e0t"

This data as json, CSV (advanced)

Link v_uid c_uid
v_h6e0t,c_0951h v_h6e0t Hi-Def c_0951h
v_h6e0t,c_392vm v_h6e0t 4K c_392vm
v_h6e0t,c_nouxx v_h6e0t Creampie c_nouxx
v_h6e0t,c_plpyu v_h6e0t Lotion c_plpyu
v_h6e0t,c_qmut2 v_h6e0t Soapland Girl c_qmut2
v_h6e0t,c_uagh4 v_h6e0t Featured Actress c_uagh4
v_h6e0t,c_w1aps v_h6e0t Club Hostess & Sex Worker c_w1aps

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