home / media

video_category

9 rows where v_uid = "v_r0bn2"

This data as json, CSV (advanced)

Link v_uid c_uid
v_r0bn2,c_0951h v_r0bn2 Hi-Def c_0951h
v_r0bn2,c_392vm v_r0bn2 4K c_392vm
v_r0bn2,c_c988j v_r0bn2 Pranks c_c988j
v_r0bn2,c_hiwod v_r0bn2 Orgasm c_hiwod
v_r0bn2,c_i74is v_r0bn2 Cunnilingus c_i74is
v_r0bn2,c_mpe9j v_r0bn2 Exclusive Distribution c_mpe9j
v_r0bn2,c_u9bsi v_r0bn2 Gonzo c_u9bsi
v_r0bn2,c_uagh4 v_r0bn2 Featured Actress c_uagh4
v_r0bn2,c_uswe2 v_r0bn2 Shame c_uswe2

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