The Java Database Connectivity (JDBC) Select Task allows you to perform a SQL Select against a JDBC-compliant database. The where clause of the SQL Select statement can contain mappable parameters whose values are determined at runtime. For example, you might want to select rows from the "Employees" database table where the value in the "name" column matches a value obtained from another database resource—a value that will be available only at runtime.