home / media

video_category

7 rows where v_uid = "v_bx1jj"

This data as json, CSV (advanced)

Link v_uid c_uid
v_bx1jj,c_0951h v_bx1jj Hi-Def c_0951h
v_bx1jj,c_3wtcv v_bx1jj Various Worker c_3wtcv
v_bx1jj,c_85yr2 v_bx1jj Blowjob c_85yr2
v_bx1jj,c_98rqh v_bx1jj Cowgirl c_98rqh
v_bx1jj,c_mpe9j v_bx1jj Exclusive Distribution c_mpe9j
v_bx1jj,c_nouxx v_bx1jj Creampie c_nouxx
v_bx1jj,c_uhc9y v_bx1jj Nymphomaniac c_uhc9y

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