Beginning - see Part 1.
3. Variants of structures when using globals
A structure, such as an ordered tree, has various special cases. Let's take a look at those that have practical value for working with globals.
Relational model organizes data into one or more tables (or "relations") of columns and rows, with a unique key identifying each row. Rows are also called records or tuples.
Learn more on relational data model.
InterSystems Data Platform (IDP) supports relational tables as part of the multi-model storage concept. IDP provides SQL and API access to relational tables.