home / media

video_category

8 rows where v_uid = "v_4rqh4"

This data as json, CSV (advanced)

Link v_uid c_uid
v_4rqh4,c_0951h v_4rqh4 Hi-Def c_0951h
v_4rqh4,c_2usm9 v_4rqh4 Threesome / Foursome c_2usm9
v_4rqh4,c_34i8d v_4rqh4 Cheating Wife c_34i8d
v_4rqh4,c_mpe9j v_4rqh4 Exclusive Distribution c_mpe9j
v_4rqh4,c_nouxx v_4rqh4 Creampie c_nouxx
v_4rqh4,c_t70ll v_4rqh4 Slender c_t70ll
v_4rqh4,c_uagh4 v_4rqh4 Featured Actress c_uagh4
v_4rqh4,c_uhc9y v_4rqh4 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.206ms