> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/install/9.3-install/components-reference/sql-dialect-specific-components-reference.md).

# SQL dialect-specific

Pentaho software generates dialect-specific SQL when communicating with these data sources. Certified indicates the SQL dialect has been tested for compatibility with Pentaho.

| Pentaho Software                                                                                                                                                                                           | Data Source                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Pentaho Analyzer                                                                                                                                                                                           | <p>Certified</p><ul><li>Amazon Redshift</li><li>Azure SQL</li><li>Impala</li><li>MySql</li><li>Microsoft SQL Server</li><li>Oracle</li><li>PostgreSQL</li><li>Snowflake</li></ul><p>Non-certified</p><ul><li>Access</li><li>Apache Derby\*\*</li><li>Firebird</li><li>Greenplum</li><li>Hsqldb</li><li>IBM DB2</li><li>IBM MQ 9.2</li><li>Infobright</li><li>Informix</li><li>Ingres</li><li>Interbase</li><li>MonetDB</li><li>Neoview</li><li>Netezza</li><li>SqlStream</li><li>Sybase</li><li>Teradata</li><li>Vectorwise</li><li>Vertica</li><li>Other SQL-89 compliant\*</li></ul>                                                                                                                                                                                          |
| Pentaho Metadata                                                                                                                                                                                           | <p>Certified</p><ul><li>Azure SQL</li><li>Hive 2</li><li>Impala</li><li>MySQL</li><li>PostgreSQL</li></ul><p>Non-certified</p><ul><li>Amazon Redshift</li><li>ASSQL</li><li>Firebird</li><li>H2</li><li>Hypersonic</li><li>IBM DB2</li><li>IBM MQ 9.2</li><li>Ingres</li><li>Interbase</li><li>MS Access</li><li>MS SQL Server (JTDS Driver)</li><li>MS SQL Server (Microsoft Driver)</li><li>Netezza</li><li>Oracle</li><li>PostgreSQL</li><li>Snowflake</li><li>Sybase</li><li>Vertica</li><li>Other SQL-92 compliant\*</li></ul>                                                                                                                                                                                                                                             |
| Pentaho Data Integration                                                                                                                                                                                   | <p>Certified</p><ul><li>Amazon Redshift</li><li>Azure SQL</li><li>Hive</li><li>Hive 2</li><li>Impala</li><li>MS SQL Server (JTDS Driver)</li><li>MS SQL Server (Microsoft Driver)</li><li>MySQL</li><li>Oracle</li><li>PostgreSQL</li><li>Snowflake</li><li>Vertica</li></ul><p>Non-certified</p><ul><li>Apache Derby\*\*</li><li>AS/400</li><li>InfiniDB</li><li>Exasol 4</li><li>Firebird SQL</li><li>Greenplum</li><li>H2</li><li>Hypersonic</li><li>IBM DB2</li><li>IBM MQ 9.2</li><li>Infobright</li><li>Informix</li><li>Ingres</li><li>Ingres VectorWise</li><li>MaxDB (SAP DB)</li><li>MonetDB</li><li>Neoview</li><li>Netezza</li><li>Oracle RDB</li><li>SAP HANA</li><li>SQLite</li><li>Teradata</li><li>UniVerse database</li><li>Other SQL-92 compliant\*</li></ul> |
| \* If your data source is not in this list and is compatible with SQL-92, Pentaho software uses a generic SQL dialect.                                                                                     |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
| \*\* Apache Derby support is deprecated in future releases. For details, contact [Support](https://support.pentaho.com/). See [Apache Derby](/install/9.3-install/jdbc-drivers-reference/apache-derby.md). |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.pentaho.com/install/9.3-install/components-reference/sql-dialect-specific-components-reference.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
