11 rows where construction = "binary product" sorted by construction

View and edit SQL

construction

  • binary product · 11
Link category construction ▼
Set binary product
Top binary product
Ab binary product
Grp binary product
CRing binary product
Diff binary product
SSet binary product
Vect_k binary product
DGph binary product
Quiv binary product
Circ binary product

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