21 rows sorted by subcategory

View and edit SQL

Suggested facets: supercategory

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

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")
);