home / media

video_category

8 rows where v_uid = "v_gmef9"

This data as json, CSV (advanced)

Link v_uid c_uid
v_gmef9,c_0951h v_gmef9 Hi-Def c_0951h
v_gmef9,c_4m339 v_gmef9 Big Asses c_4m339
v_gmef9,c_mpe9j v_gmef9 Exclusive Distribution c_mpe9j
v_gmef9,c_s8q54 v_gmef9 Academy Uniform c_s8q54
v_gmef9,c_u9bsi v_gmef9 Gonzo c_u9bsi
v_gmef9,c_uagh4 v_gmef9 Featured Actress c_uagh4
v_gmef9,c_xg9bu v_gmef9 Facial c_xg9bu
v_gmef9,c_xz55o v_gmef9 Glasses c_xz55o

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