categories_of_semigroups
0 rows where parent = "FinOrd"
This data as json
0 records
CREATE TABLE "categories_of_semigroups" (
"internal_semigroups" TEXT NOT NULL UNIQUE,
"parent" TEXT NOT NULL UNIQUE,
FOREIGN KEY("parent") REFERENCES "categories"("name"),
FOREIGN KEY("internal_semigroups") REFERENCES "categories"("name"),
PRIMARY KEY("parent","internal_semigroups")
);