SQL - Prepared Statement

About

A prepared statement add the ability to set values for parameter markers contained within the statement.

Prepared Statement represent SQL statements that can be:

  • prepared, or precompiled, for execution once
  • and then executed multiple times.

Powered by ComboStrap