All Full Subcategories

A full subcategory has all of the parent category's arrows. There are several special cases:

1 row where supercategory = "Ban_k"

View and edit SQL

supercategory

  • Ban_k · 1
subcategory supercategory kind
Hilb Ban_k full

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW "all_full_subcategories" AS select subcategory, supercategory, 'full' as kind from full_subcategories
UNION
select subcategory, supercategory, 'reflection' from reflective_subcategories;