22 rows where construction = "terminal object" sorted by construction

View and edit SQL

construction

  • terminal object · 22
Link category construction ▼
Ab terminal object
CRing terminal object
FinSet terminal object
FinVect_k terminal object
Grp terminal object
Hilb terminal object
Rng terminal object
Set terminal object
Vect_k terminal object
FinGrp terminal object
Top terminal object
SSet terminal object
CartSp terminal object
Diff terminal object
Set* terminal object
FinHilb terminal object
Eff terminal object
Ban_k terminal object
Met terminal object
Circ terminal object
Mod(Ab) terminal object
Ring terminal object

Advanced export

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

CSV options:

CREATE TABLE "categorical_structure" (
	"category"	TEXT NOT NULL,
	"construction"	TEXT NOT NULL,
	FOREIGN KEY("construction") REFERENCES "universal_objects"("construction") on update cascade on delete restrict,
	FOREIGN KEY("category") REFERENCES "categories"("name") on update cascade on delete restrict,
	PRIMARY KEY("category","construction")
);