blob: 4867d595c05d8cd36bf7d1095e949b5f5d8b7782 [file] [log] [blame] [view]
# SQL Syntax
This chapter introduces the SQL statements of HoraeDB.
- [Data Model](model/README.md)
- [Data Types](model/data_types.md)
- [Special Columns](model/special_columns.md)
- [Identifier](identifier.md)
- [Data Definition Statements](ddl/README.md)
- [CREATE TABLE](ddl/create_table.md)
- [ALTER TABLE](ddl/alter_table.md)
- [DROP TABLE](ddl/drop_table.md)
- [Data Manipulation Statements](dml/README.md)
- [INSERT](dml/insert.md)
- [SELECT](dml/select.md)
- [Utility Statements](utility.md)
- [Engine Options](engine_options.md)
- [Scalar Functions](functions/scalar_functions.md)
- [Aggregate Functions](functions/aggregate_functions.md)