Skip to main content

4 docs tagged with "tables"

View All Tags

Data Structures - Tables

Typically, such as in relational databases, a table is a data structure that organises data into rows and columns.

Tables - basics

In your application's tables-dictionary.kts file, you need to define every table that your application needs. Let us look at a very simple example definition. This contains a single table with three fields in it.