Data Structure (Data Definition)

Undraw Environment

About

A data structure defines the structure of a data resource.

This definition may be created:

Operation

Creation

The creation of a data structure in Tabulify is done via:

View

The data structure is viewable via the describe operation

Logical Structure

There is roughly three logical structures in the world that are:

  • a graph
  • a hierarchy (ie a graph without cycle)



Related HowTo
Undraw Environment
Database HowTo - How to load JSON documents in a database

This howto will show you how to load json document (files) into your relational database.
Undraw Environment
How to load and analyze YAML documents in a database?

This howto will show you how to load and analyze yaml document (files) into a relational database. sqlite howto databaserelational database At its core a YAML file is just a JSON file styled in...
Undraw Environment
Learning Tabulify - Step 10 - Data Diff, a step by step

Data Diff is the cornerstone of every development because it validates the processing of data. Tabulify ships with a Data diff operation that allows you to compare: the data content and the data...
Undraw Environment
Tabul - How to copy the data definition of all tables from a star/snowflake schema

This howto will show you how to copy the data definition of all SQL tables from a star/snowflake schema.
Undraw Environment
Tabul - How to copy the data definition of all tables from a star/snowflake schema

This howto will show you how to copy the data definition of all SQL tables from a star/snowflake schema.
Undraw Environment
Tabul - How to create a table from the definition of another table

This Howto will show you how to copy the data definition of a SQL table from another SQL table
Undraw Environment
Tabul - How to create a table from the definition of another table

This Howto will show you how to copy the data definition of a SQL table from another SQL table
Undraw Environment
Tabul - How to load a CSV file into a SQL table

How to upload a CSV file into a SQL table in two steps
Undraw Environment
Tabul - How to load a CSV file into a SQL table

How to upload a CSV file into a SQL table in two steps

Task Runner