Overview: SQL data sources describe the structure of a SQL query result.
The following sample illustrates a SQL query that selects records from the table emp with the specified employee id:

The query is defined as follows:

Notice:
| • | The ${parameter} characters declares theID as a query parameter. |
| • | Also, a Query Name can be specified. |