41 rows sorted by category descending

View and edit SQL

Suggested facets: homs

Link category ▲ homs
Vect_k Vect_k
Vect_k Set*
Vect_k Ab
TopGrp Top
SupLat 2
Set* Set*
SSet SSet
Rng Set*
Rel SupLat
Rel Pos
Quant Pos
Pros Pos
Pos Pos
Op(FinCartSp) 2
NormAb NormAb
Mod(Ab) Set*
Mod(Ab) Ab
Loc Pos
Lat Pos
LMet Pos
Hilb Ban_k
Grp Set*
Frm Pos
FinVect_k Set*
FinVect_k Ab
FinSet FinSet
FinGrp Set*
Eff Eff
DSet SSet
DSet DSet
DGCAlg Ch.(Vect_k)
CompLat 2
CommAlg(Ab) Mod(Ab)
Ch.(Vect_k) Set*
Ch.(Vect_k) Ch.(Vect_k)
Ban_k Ban_k
Alg(Ab) Mod(Ab)
Ab Set*
Ab Ab
2Cat 2Cat
2 2

Advanced export

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

CSV options:

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