BackPrevious Page Next PageNext

Transforming a JSON Schema to a Relational Schema

Transformation rules

Naming rules

A JSON schema can be transformed to a relational schema. In the transformation process, elements in the JSON schema will be transformed to either tables or columns in tables according to the ideographic transformation rules and be named according to the naming rules.

Transformation rules

When a JSON schema is transformed to a relational schema automatically, RDBMS tables will be built based on the schema, and the following rules will be applied:

Naming rules

The RDBMS tables and columns in tables are named based on the rules below:

BackPrevious Page Next PageNext