home / media

video_category

6 rows where v_uid = "v_4xyis"

This data as json, CSV (advanced)

Link v_uid c_uid
v_4xyis,c_0951h v_4xyis Hi-Def c_0951h
v_4xyis,c_0j4bf v_4xyis Amateur c_0j4bf
v_4xyis,c_kk2dm v_4xyis Over 4 Hours c_kk2dm
v_4xyis,c_s5lxs v_4xyis Married Woman c_s5lxs
v_4xyis,c_w1aps v_4xyis Club Hostess & Sex Worker c_w1aps
v_4xyis,c_y8cua v_4xyis Swimsuits c_y8cua

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