home / media

video_category

20 rows where c_uid = "c_xg9bu"

This data as json, CSV (advanced)

Link v_uid c_uid
v_0dkvc,c_xg9bu v_0dkvc Facial c_xg9bu
v_2z0v2,c_xg9bu v_2z0v2 Facial c_xg9bu
v_avpx4,c_xg9bu v_avpx4 Facial c_xg9bu
v_cvnhf,c_xg9bu v_cvnhf Facial c_xg9bu
v_d1mjs,c_xg9bu v_d1mjs Facial c_xg9bu
v_d4yk9,c_xg9bu v_d4yk9 Facial c_xg9bu
v_ee03h,c_xg9bu v_ee03h Facial c_xg9bu
v_gmef9,c_xg9bu v_gmef9 Facial c_xg9bu
v_m3ijo,c_xg9bu v_m3ijo Facial c_xg9bu
v_mfs01,c_xg9bu v_mfs01 Facial c_xg9bu
v_q46uh,c_xg9bu v_q46uh Facial c_xg9bu
v_qg4by,c_xg9bu v_qg4by Facial c_xg9bu
v_siuxf,c_xg9bu v_siuxf Facial c_xg9bu
v_tlqvb,c_xg9bu v_tlqvb Facial c_xg9bu
v_uclrv,c_xg9bu v_uclrv Facial c_xg9bu
v_ww6r1,c_xg9bu v_ww6r1 Facial c_xg9bu
v_xefae,c_xg9bu v_xefae Facial c_xg9bu
v_xtjbx,c_xg9bu v_xtjbx Facial c_xg9bu
v_yzr8i,c_xg9bu v_yzr8i Facial c_xg9bu
v_zxzun,c_xg9bu v_zxzun Facial c_xg9bu

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