home / media

video_category

9 rows where v_uid = "v_avpx4"

This data as json, CSV (advanced)

Link v_uid c_uid
v_avpx4,c_0951h v_avpx4 Hi-Def c_0951h
v_avpx4,c_92o2e v_avpx4 Daydreamers c_92o2e
v_avpx4,c_bo00k v_avpx4 Conception c_bo00k
v_avpx4,c_mpe9j v_avpx4 Exclusive Distribution c_mpe9j
v_avpx4,c_nouxx v_avpx4 Creampie c_nouxx
v_avpx4,c_nv1gt v_avpx4 Gal c_nv1gt
v_avpx4,c_u9bsi v_avpx4 Gonzo c_u9bsi
v_avpx4,c_uagh4 v_avpx4 Featured Actress c_uagh4
v_avpx4,c_xg9bu v_avpx4 Facial c_xg9bu

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