41 rows

View and edit SQL

homs

Link category homs
2 2
2Cat 2Cat
Ab Ab
Ab Set*
Alg(Ab) Mod(Ab)
Ban_k Ban_k
Ch.(Vect_k) Ch.(Vect_k)
Ch.(Vect_k) Set*
CommAlg(Ab) Mod(Ab)
CompLat 2
DGCAlg Ch.(Vect_k)
DSet DSet
DSet SSet
Eff Eff
FinGrp Set*
FinSet FinSet
FinVect_k Ab
FinVect_k Set*
Frm Pos
Grp Set*
Hilb Ban_k
LMet Pos
Lat Pos
Loc Pos
Mod(Ab) Ab
Mod(Ab) Set*
NormAb NormAb
Op(FinCartSp) 2
Pos Pos
Pros Pos
Quant Pos
Rel Pos
Rel SupLat
Rng Set*
SSet SSet
Set* Set*
SupLat 2
TopGrp Top
Vect_k Ab
Vect_k Set*
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")
);