A parameterized query uses parameters or placeholders in place of values. When you define the SQL statement, you can use placeholders in place of the values. When you run the SQL statement, supply the values for the placeholders in a separate statement. Parameterized queries are also known as prepared statements.
The SQL client that you use must support parameterized queries. The SQL client determines the syntax for the parameterized queries. Each SQL client has its own method for preparing and running parameterized queries.
Unless otherwise noted in the guidelines, the Data Vault Service follows the standard SQL rules for parameterized queries.