-
Queries
Analyze data with
SELECT
. Tune and optimize query performance with other commands. - Data management Move data between your data lake and Firebolt and between Firebolt resources.
- Data definition Data definition language. Create, alter, drop, and otherwise manage objects like databases, tables, and views in your Firebolt account.
- Engines Start, stop, and manage Firebolt engines.
- Metadata Query the Firebolt information schema for metadata related to its objects and resources.
- Access control Access control language. Create, alter and drop, and otherwise manage users, logins, service accounts and roles.
Queries
Data management
Data definition
- ALTER ACCOUNT
- ALTER DATABASE
- ALTER TABLE
- CREATE ACCOUNT
- CREATE AGGREGATING INDEX
- CREATE DATABASE
- CREATE EXTERNAL TABLE
- CREATE FACT or DIMENSION TABLE
- CREATE VIEW
- DROP ACCOUNT
- DROP DATABASE
- DROP INDEX
- DROP TABLE
- DROP VIEW
- USE DATABASE
- EXPLICIT TRANSACTIONS