Table

Definition

Tables are a Microsoft Dynamics Business Central object type.

They are the core objects used to store data in Dynamics 365 Business Central. Regardless of how data is registered in the product - from a web service to a finger swipe on the phone app, the results of that transaction will be recorded in a table.

The structure of a table has four sections. The first block contains metadata for the overall table; the table type.
The fields section describes the data elements that make up the table; their name and the type of data they can store.
The keys section contains the definitions of the keys that the table needs to support.
The final section details the triggers and code that can run on the table.

[source: Microsoft Docs]

Read More

Table at Microsoft

Synonyms

data storage object | task record