You can create a table in a Trino catalog without writing a SQL command. This allows you to define columns, data types, and structure your data for querying and analysis.Documentation Index
Fetch the complete documentation index at: https://docs.nx1cloud.com/llms.txt
Use this file to discover all available pages before exploring further.
Create a table in a Trino catalog
- Web portal
- REST API
Perform these steps to create a table in a Trino catalog.
- Log in to NexusOne.
- On the top navigation bar, hover your mouse over Catalog & Models and then select Catalogs.
- Click a catalog to view its schemas.
- Click a schema to view its table.
- At the top right corner, click Add Table.
- Enter a table name.
- Enter a column name.
- Select a data type.
- Tick Null if the column can contain empty values.
- For subsequent columns, click the plus
+icon to add new columns and repeat step 5-8. To delete a column, click the minus-icon. - Click Create.