Was this page helpful?
Prepared Statements are an optimization that allows parsing a query only once and executing it multiple times with different concrete values. As a rule of thumb, you should always favor prepared statements.
Was this page helpful?