---json { "page_id": "y3xgkmn4h9kcoqh7ciyc0" } --- ====== Tabular Structure (Data Set, Relation, Result Set) ====== ===== About ===== A ''tabular data structure'' is a [[structure|data structure]] that shows data as a collection of [[column|columns]] with the same [[docs:data_type:data_type|data type]] that can be read by rows or by columns. A tabular is also known as: * a relation * a data set * or a result set (The result of a [[:docs:resource:sql_request|sql request]]) ===== Type ===== * [[docs:resource:tabular_file|Tabular File]] * [[docs:resource:sql_table|Relational Table]] * [[docs:resource:sql_select|Sql Query]] ===== Built-in ===== ''Tabulify'' comes pre-installed with a couple of data set used in the [[docs:generator:entity|entity generator]]. The base entity (person, ...) are stored in csv data set file. More .. see [[docs:generator:entity]]