9 rows where homs = "Set*"

View and edit SQL

homs

  • Set* · 9
Link category homs
Ab Set*
Ch.(Vect_k) Set*
FinGrp Set*
FinVect_k Set*
Grp Set*
Mod(Ab) Set*
Rng Set*
Set* Set*
Vect_k Set*

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