home / PuP_PoC_v1

weekday_weekhours

2 rows where weekhours = 42

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link weekday weekhours
2,42 Di 2 42 42
8,42 Mo-So 8 42 42

Advanced export

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

CSV options:

CREATE TABLE weekday_weekhours (
	weekday INTEGER NOT NULL, 
	weekhours INTEGER NOT NULL, 
	PRIMARY KEY (weekday, weekhours), 
	FOREIGN KEY(weekday) REFERENCES weekday (id), 
	FOREIGN KEY(weekhours) REFERENCES weekhour (id)
);
Powered by Datasette · Queries took 7.224ms