6 rows sorted by reflector_hr

View and edit SQL

Suggested facets: reflector_hr

Link subcategory supercategory reflector_hr ▼ reflection_hr
AbTorF Ab    
Ab Grp Abelianization  
CRing Ring Abelianization  
CompMet Met Cauchy completion  
Comp Top Stone–Čech compactification  
Cat SSet homotopy category nerve

Advanced export

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

CSV options:

CREATE TABLE "reflective_subcategories" (
	"subcategory"	TEXT NOT NULL,
	"supercategory"	TEXT NOT NULL, "reflector_hr" text, "reflection_hr" text,
	FOREIGN KEY("subcategory") REFERENCES "categories"("name") on update cascade on delete restrict,
	FOREIGN KEY("supercategory") REFERENCES "categories"("name") on update cascade on delete restrict,
	PRIMARY KEY("subcategory","supercategory")
);