Parameterized Queries

A query that requires one or more parameters or arguments before execution. For example, an SQL statement that refers to a specific part number as supplied by the user would use a parameterized query to insert the user-provided number into the SQL statement before execution so that the query references that specific part.