home / media

video_category

8 rows where v_uid = "v_j3w8l"

This data as json, CSV (advanced)

Link v_uid c_uid
v_j3w8l,c_0951h v_j3w8l Hi-Def c_0951h
v_j3w8l,c_2usm9 v_j3w8l Threesome / Foursome c_2usm9
v_j3w8l,c_ihjo9 v_j3w8l Orgy c_ihjo9
v_j3w8l,c_mpe9j v_j3w8l Exclusive Distribution c_mpe9j
v_j3w8l,c_nouxx v_j3w8l Creampie c_nouxx
v_j3w8l,c_t70ll v_j3w8l Slender c_t70ll
v_j3w8l,c_uagh4 v_j3w8l Featured Actress c_uagh4
v_j3w8l,c_uhc9y v_j3w8l 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.874ms