9 rows where construction = "binary sum" sorted by construction

View and edit SQL

construction

  • binary sum · 9
Link category construction ▼
Set binary sum
Top binary sum
Ab binary sum
Grp binary sum
CRing binary sum
Diff binary sum
Vect_k binary sum
Comp binary sum
Top* binary sum

Advanced export

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

CSV options:

CREATE TABLE "categorical_structure" (
	"category"	TEXT NOT NULL,
	"construction"	TEXT NOT NULL,
	FOREIGN KEY("construction") REFERENCES "universal_objects"("construction") on update cascade on delete restrict,
	FOREIGN KEY("category") REFERENCES "categories"("name") on update cascade on delete restrict,
	PRIMARY KEY("category","construction")
);