Parameterized Query | what is Parameterized Query


What is Parameterized Query

A parameterized query is a type of SQL query that requires at least one parameter for execution. A placeholder is normally substituted for the parameter in the SQL query. The parameter is then passed to the query in a separate statement.It's commonly used as a means of preventing SQL injection attacks.

Post a Comment

Previous Post Next Post