Validating queries

The query is immediately validated against the database system connected to the component. Therefore, the query syntax must be compliant with the native SQL dialect the connected database system is using. Using SQL92 ANSI Standard queries allows you to switch to different database systems without changing the select statements.