home / media

video_category

7 rows where v_uid = "v_yx3d5"

This data as json, CSV (advanced)

Link v_uid c_uid
v_yx3d5,c_0951h v_yx3d5 Hi-Def c_0951h
v_yx3d5,c_392vm v_yx3d5 4K c_392vm
v_yx3d5,c_aeojw v_yx3d5 Sex Toys c_aeojw
v_yx3d5,c_o5pxl v_yx3d5 Sweating c_o5pxl
v_yx3d5,c_uagh4 v_yx3d5 Featured Actress c_uagh4
v_yx3d5,c_v04xb v_yx3d5 Older Sister c_v04xb
v_yx3d5,c_xd7wn v_yx3d5 Squirting c_xd7wn

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