home / media

video_category

8 rows where v_uid = "v_r6nw8"

This data as json, CSV (advanced)

Link v_uid c_uid
v_r6nw8,c_0951h v_r6nw8 Hi-Def c_0951h
v_r6nw8,c_0j4bf v_r6nw8 Amateur c_0j4bf
v_r6nw8,c_0tc2g v_r6nw8 Variety c_0tc2g
v_r6nw8,c_392vm v_r6nw8 4K c_392vm
v_r6nw8,c_3s1t0 v_r6nw8 Big Tits c_3s1t0
v_r6nw8,c_mpe9j v_r6nw8 Exclusive Distribution c_mpe9j
v_r6nw8,c_nouxx v_r6nw8 Creampie c_nouxx
v_r6nw8,c_qp8vo v_r6nw8 Picking Up Girls c_qp8vo

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