home / MAGMA_2023_I

Menu
  • Log in

media_filter

3 rows where media_id = 20

✎ View and edit SQL

This data as json, CSV (advanced)

Link media_id item_id
20,2 Edeka Nordbayern KLEIN 20 Klein 2
20,4 Edeka Nordbayern KLEIN 20 Food 4
20,6 Edeka Nordbayern KLEIN 20 LEH 6

Advanced export

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

CSV options:

CREATE TABLE media_filter (
	media_id INTEGER NOT NULL, 
	item_id INTEGER NOT NULL, 
	PRIMARY KEY (media_id, item_id), 
	FOREIGN KEY(media_id) REFERENCES media (id), 
	FOREIGN KEY(item_id) REFERENCES filter_item (id)
);
Powered by Datasette · Queries took 1.2ms