Terminology Index
1 term tagged "parameterized-queries" starting with "P"
Showing 1-1 of 1 term
Parameterized Queries
A coding technique that separates SQL code from user-supplied data by using placeholders bound to values, so input cannot be interpreted as commands, the primary defense against SQL injection.