Validating queries

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