7 rows sorted by name descending

View and edit SQL

name ▲
Vect_k
Top
Set
Grp
Diff
CRing
Ab

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE VIEW "has_finite_sums" AS select name from categories
where exists (select 1 from categorical_structure where name == category and construction == "initial object")
and exists (select 1 from categorical_structure where name == category and construction == "binary sum");