6 rows

View and edit SQL

Link internal_commutative_monoids parent
CRing Ab
DGCAlg Ch.(Vect_k)
BanRing CompNormGrp
CommAlg(Ab) Mod(Ab)
NormRing NormGrp
CMon Set

Advanced export

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

CSV options:

CREATE TABLE "categories_of_commutative_monoids" (
	"internal_commutative_monoids"	TEXT NOT NULL UNIQUE,
	"parent"	TEXT NOT NULL UNIQUE,
	FOREIGN KEY("parent") REFERENCES "categories"("name"),
	FOREIGN KEY("internal_commutative_monoids") REFERENCES "categories"("name"),
	PRIMARY KEY("parent","internal_commutative_monoids")
);