home / PuP_PoC

weekday_weekhours

3 rows where weekhours = 28

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link weekday weekhours
2,28 Di 2 28 28
8,28 Mo-So 8 28 28
9,28 Mo-Fr 9 28 28

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