Tabellenebene
Tabellenebene is a term used in German information technology to denote the layer of a data architecture in which data are stored and organized in tabular structures, typically relational tables. It represents the persistent storage layer where records are kept and can be queried by SQL or equivalent query languages. In this layer, data are described by table schemas consisting of columns (attributes) and rows (records); integrity constraints, keys, indexes, and normalization rules govern the content and performance.
In database design and data management, the Tabellenebene is contrasted with other layers such as the Anwendungsebene
Examples of typical tables in the Tabellenebene include a customer table with customer_id, name, and address;
Notes: The term is more common in German documentation and may be used differently across organizations. It
See also: relational database, data model, normalization, ETL, data warehouse.