How to create a table in SQL Database
Discover step-by-step instructions to create a table in an SQL Database database for efficient data management.
Once you’ve created your SQL Database database, you can begin creating tables and inserting data into them.
go to SQL Database referenceCreating a table
Run the following POST request in your terminal, replacing [TOKEN VALUE] with your personal token and {id_database} with the ID of the database you want to create a table into:
You should receive the following response: