Shape Shape

Parameterized Query

Parameterized Query is a database query in which placeholders are used for parameters to prevent SQL injection. Used in secure database interactions in applications.

Example:

A web app uses parameterized queries to safely insert user input into a database.

WhatsApp Icon