home / media

video_category

9 rows where v_uid = "v_p31gi"

This data as json, CSV (advanced)

Link v_uid c_uid
v_p31gi,c_0951h v_p31gi Hi-Def c_0951h
v_p31gi,c_392vm v_p31gi 4K c_392vm
v_p31gi,c_9e0rd v_p31gi Documentary c_9e0rd
v_p31gi,c_fbz4x v_p31gi Idol & Celebrity c_fbz4x
v_p31gi,c_hiwod v_p31gi Orgasm c_hiwod
v_p31gi,c_mpe9j v_p31gi Exclusive Distribution c_mpe9j
v_p31gi,c_uagh4 v_p31gi Featured Actress c_uagh4
v_p31gi,c_uhc9y v_p31gi Nymphomaniac c_uhc9y
v_p31gi,c_xd7wn v_p31gi 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 3.105ms