How do I create and manage tables in FeatureBase Community?
FeatureBase Community provides a UI which displays tables and their structure.
Tables can be created:
- using selected SQL queries
- when importing data
Before you begin
Create tables by running SQL queries
FeatureBase Community supports the following SQL statements to create and alter tables:
You can run these statements using any of the following methods:
- Learn about the built-in query editor and query builder
- Learn how to use the fbsql CLI tool
- Learn how to create and manage tables using the API
Create tables when importing data
You can also automatically create tables for your data during ingest processes.