1 row where internal_commutative_monoids = "DGCAlg"

View and edit SQL

Link internal_commutative_monoids parent
DGCAlg Ch.(Vect_k)

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