← Back to Glossary

Parameterized Queries

A database query technique that separates SQL code from data values, preventing SQL injection by ensuring user input is treated as data rather than executable code.

Related Terms