--- title: "Reference" description: "A single page with every SQL command, function, type, and keyword." disable_list: true --- [//]: # "TODO(morsapaes) Re-hash this page into something more useful, and add it as an Overview sub-menu under Reference" We want Materialize to be easy to use, so we designed it to work with SQL. However, every database implements SQL a little differently, and none matches the full standard. In general, we model our implementation after PostgreSQL. This section is a reference that details the SQL commands and features we support. ## Architecture - [Data types](./types) - [Functions + operators](./functions) - [Identifiers](./identifiers) - [Namespaces](./namespaces) - [System catalog](./system-catalog) - [Isolation level](./isolation-level) ## Statements To see information about a statement, select it in the left nav bar.