video_category
18 rows where c_uid = "c_67w3t"
This data as json, CSV (advanced)
| Link | v_uid | c_uid |
|---|---|---|
| v_0ovdq,c_67w3t | v_0ovdq | Non-nude Erotica c_67w3t |
| v_41cba,c_67w3t | v_41cba | Non-nude Erotica c_67w3t |
| v_445rf,c_67w3t | v_445rf | Non-nude Erotica c_67w3t |
| v_7flne,c_67w3t | v_7flne | Non-nude Erotica c_67w3t |
| v_a4tw6,c_67w3t | v_a4tw6 | Non-nude Erotica c_67w3t |
| v_bwjvs,c_67w3t | v_bwjvs | Non-nude Erotica c_67w3t |
| v_ci82d,c_67w3t | v_ci82d | Non-nude Erotica c_67w3t |
| v_e6mxo,c_67w3t | v_e6mxo | Non-nude Erotica c_67w3t |
| v_fwfrk,c_67w3t | v_fwfrk | Non-nude Erotica c_67w3t |
| v_ja25x,c_67w3t | v_ja25x | Non-nude Erotica c_67w3t |
| v_jozhe,c_67w3t | v_jozhe | Non-nude Erotica c_67w3t |
| v_ls70l,c_67w3t | v_ls70l | Non-nude Erotica c_67w3t |
| v_o011r,c_67w3t | v_o011r | Non-nude Erotica c_67w3t |
| v_p8yhg,c_67w3t | v_p8yhg | Non-nude Erotica c_67w3t |
| v_q5rh9,c_67w3t | v_q5rh9 | Non-nude Erotica c_67w3t |
| v_q8ds9,c_67w3t | v_q8ds9 | Non-nude Erotica c_67w3t |
| v_qmhog,c_67w3t | v_qmhog | Non-nude Erotica c_67w3t |
| v_ynhnm,c_67w3t | v_ynhnm | Non-nude Erotica c_67w3t |
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);