home / media

video_category

8 rows where v_uid = "v_cm98l"

This data as json, CSV (advanced)

Link v_uid c_uid
v_cm98l,c_0951h v_cm98l Hi-Def c_0951h
v_cm98l,c_2usm9 v_cm98l Threesome / Foursome c_2usm9
v_cm98l,c_34i8d v_cm98l Cheating Wife c_34i8d
v_cm98l,c_mpe9j v_cm98l Exclusive Distribution c_mpe9j
v_cm98l,c_nouxx v_cm98l Creampie c_nouxx
v_cm98l,c_s5lxs v_cm98l Married Woman c_s5lxs
v_cm98l,c_uagh4 v_cm98l Featured Actress c_uagh4
v_cm98l,c_uhc9y v_cm98l 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 3.121ms