21 rows sorted by supercategory

View and edit SQL

Suggested facets: supercategory

Link subcategory supercategory ▼
Hilb Ban_k
SymmMonCat BrMonCat
PROP CPROP
Field CRing
Δ Cat
RCat Cat
Quiv Cat
FinVect_q FinVect_k
FinGrp Grp
FinHilb Hilb
Ho(Grpd) Ho(Cat)
BoolAlg Lat
SpLoc Loc
Vect_k Mod(Ab)
BrMonCat MonCat
FinSet Set
Ban_k Ste
Haus Top
SoberTop Top
Ste TopVect
FinVect_k Vect_k

Advanced export

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

CSV options:

CREATE TABLE "full_subcategories" (
	"subcategory"	TEXT NOT NULL,
	"supercategory"	TEXT NOT NULL,
	FOREIGN KEY("subcategory") REFERENCES "categories"("name") on update cascade on delete restrict,
	FOREIGN KEY("supercategory") REFERENCES "categories"("name") on update cascade on delete restrict,
	PRIMARY KEY("subcategory","supercategory")
);