home / media

video_category

6 rows where v_uid = "v_qo1q6"

This data as json, CSV (advanced)

Link v_uid c_uid
v_qo1q6,c_0951h v_qo1q6 Hi-Def c_0951h
v_qo1q6,c_9ko9l v_qo1q6 Lesbian Kissing c_9ko9l
v_qo1q6,c_kk2dm v_qo1q6 Over 4 Hours c_kk2dm
v_qo1q6,c_qnxxi v_qo1q6 Mature Woman c_qnxxi
v_qo1q6,c_rqhrf v_qo1q6 Lesbian c_rqhrf
v_qo1q6,c_s5lxs v_qo1q6 Married Woman c_s5lxs

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