REL
Rel Primer
The Rel Primer is an introduction to the main features of Rel, targeted to practitioners who want to use Rel — developers, data scientists, and programmers. It assumes basic knowledge of database concepts and programming.
List of Rel Primer Guides
The following guides introduce and explain everything you need to know about Rel, starting with basic syntax, to covering topics related to aggregations and joins, and moving to advanced syntax:
Basic Syntax
- Presents the basic elements of Rel and gradually introduces new features, building on previous ones.
Aggregations, Group-by, and Joins
- Presents aggregations, group-by, and joins, which are important, commonly used relational operations.
Advanced Syntax
- Describes more advanced aspects of the language, including overloading and higher-order syntax.
Was this doc helpful?