home / PuP_PoC

weekday_weekhours

3 rows where weekhours = 118

✎ View and edit SQL

This data as json, copyable, CSV (advanced)

Link weekday weekhours
5,118 Fr 5 118 118
8,118 Mo-So 8 118 118
9,118 Mo-Fr 9 118 118

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 9.729ms