home / media

video_category

6 rows where v_uid = "v_st5c1"

This data as json, CSV (advanced)

Link v_uid c_uid
v_st5c1,c_0951h v_st5c1 Hi-Def c_0951h
v_st5c1,c_dbas9 v_st5c1 Idol Video c_dbas9
v_st5c1,c_hn6cc v_st5c1 Idol c_hn6cc
v_st5c1,c_ksojc v_st5c1 Huge Breasts c_ksojc
v_st5c1,c_qdq9p v_st5c1 Swimsuit c_qdq9p
v_st5c1,c_sq4lx v_st5c1 Gravure c_sq4lx

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