21 rows sorted by supercategory descending

View and edit SQL

Suggested facets: supercategory

Link subcategory supercategory ▲
FinVect_k Vect_k
Ste TopVect
Haus Top
SoberTop Top
Ban_k Ste
FinSet Set
BrMonCat MonCat
Vect_k Mod(Ab)
SpLoc Loc
BoolAlg Lat
Ho(Grpd) Ho(Cat)
FinHilb Hilb
FinGrp Grp
FinVect_q FinVect_k
Δ Cat
RCat Cat
Quiv Cat
Field CRing
PROP CPROP
SymmMonCat BrMonCat
Hilb Ban_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")
);