9 rows sorted by subshape descending

View and edit SQL

Suggested facets: subshape

Link subshape ▲ shape
tower transfinite composition
point pair of points
pair of points arrow
empty diagram point
arrow tower
arrow span
arrow pair of parallel arrows
arrow endomorphism
arrow cospan

Advanced export

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

CSV options:

CREATE TABLE "full_subdiagrams" (
	"subshape"	TEXT NOT NULL,
	"shape"	TEXT NOT NULL,
	FOREIGN KEY("subshape") REFERENCES "diagrams"("shape") on update cascade on delete restrict,
	FOREIGN KEY("shape") REFERENCES "diagrams"("shape") on update cascade on delete restrict,
	PRIMARY KEY("subshape","shape")
);