Does anyone know the exact definition of a Prepared Statement?
String sql = "SELECT count(id) FROM customer"; executeQuery(sql);
I assume the sql string is a prepared statement? Semantic debate here. -Thx