41 rows sorted by homs

View and edit SQL

Suggested facets: homs

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

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