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 it follows:

Notice the @ character which declares theID as a query parameter.