video_category
7 rows where v_uid = "v_ew742"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_ew742,c_0951h | v_ew742 | Hi-Def c_0951h |
| v_ew742,c_d8yxg | v_ew742 | Breast Milk c_d8yxg |
| v_ew742,c_km6ib | v_ew742 | Deep Throat c_km6ib |
| v_ew742,c_kyoyg | v_ew742 | Anal Sex c_kyoyg |
| v_ew742,c_mpe9j | v_ew742 | Exclusive Distribution c_mpe9j |
| v_ew742,c_qnxxi | v_ew742 | Mature Woman c_qnxxi |
| v_ew742,c_uagh4 | v_ew742 | Featured Actress c_uagh4 |
Advanced export
JSON shape: default, array, newline-delimited, object
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);