SQL Reference
This section covers the complete SQL dialect supported by AxiomDB.
- Data Types — all supported column types with storage sizes and usage examples
- DDL — Schema Definition — CREATE TABLE, CREATE INDEX, DROP TABLE, DROP INDEX, constraints
- DML — Queries & Mutations — SELECT, INSERT, UPDATE, DELETE with full clause reference
- Expressions & Operators — operators, functions, NULL semantics, LIKE, IN, BETWEEN