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 the create operation.

View

The data structure is viewable via the struct operations

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
How to create a table from the definition of another SQL table

This Howto will show you how to copy the data definition of a SQL table from another SQL table
Undraw Environment
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
How to load a JSON documents in a database

This howto will show you how to load json document (files) into your relational database.
Undraw Environment
Learning Tabulify - Step 10 - How to compare data resources ?

Data comparison is the corner stone of every development because it validates the data processing. Tabulify ships with a Data comparison operation that allows you to compare: the data content and...

Task Runner