6 rows sorted by internal_commutative_monoids

View and edit SQL

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

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