Creating a table

The table is the basic structure to hold user data. You use a SQL command (CREATE TABLE statement) or TableRequest API commands to create a new table.

Guidelines for creating a table:

Note: The JSON collection tables have exactly one primary key definition.

Create a table :