8 rows sorted by parent descending

View and edit SQL

Suggested facets: internal_groups

parent ▲ internal_groups
Top TopGrp
Set Grp
SSet SGrp
Mon Ab
Man LieGrp
Grp Ab
FinSet FinGrp
Ab Ab

Advanced export

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

CSV options:

CREATE TABLE "categories_of_groups" (
	"internal_groups"	TEXT NOT NULL,
	"parent"	TEXT NOT NULL UNIQUE,
	FOREIGN KEY("parent") REFERENCES "categories"("name"),
	FOREIGN KEY("internal_groups") REFERENCES "categories"("name"),
	PRIMARY KEY("parent")
);