home / media

video_label

12 rows where l_uid = "l_3cpts"

This data as json, CSV (advanced)

Link v_uid l_uid
v_0feup,l_3cpts v_0feup BLUE RIBON l_3cpts
v_0ovdq,l_3cpts v_0ovdq BLUE RIBON l_3cpts
v_1d1sh,l_3cpts v_1d1sh BLUE RIBON l_3cpts
v_445rf,l_3cpts v_445rf BLUE RIBON l_3cpts
v_9p3f6,l_3cpts v_9p3f6 BLUE RIBON l_3cpts
v_a4tw6,l_3cpts v_a4tw6 BLUE RIBON l_3cpts
v_bwjvs,l_3cpts v_bwjvs BLUE RIBON l_3cpts
v_fst0y,l_3cpts v_fst0y BLUE RIBON l_3cpts
v_ja25x,l_3cpts v_ja25x BLUE RIBON l_3cpts
v_jozhe,l_3cpts v_jozhe BLUE RIBON l_3cpts
v_qv04b,l_3cpts v_qv04b BLUE RIBON l_3cpts
v_ynhnm,l_3cpts v_ynhnm BLUE RIBON l_3cpts

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE video_label (
  v_uid TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE,
  l_uid TEXT NOT NULL REFERENCES labels(uid) ON DELETE CASCADE,
  PRIMARY KEY (v_uid, l_uid)
);
CREATE INDEX idx_video_label_l ON video_label(l_uid);
Powered by Datasette · Queries took 3.469ms