Task: write a function that builds a parameterized SQL query. Lane: code generation. Note: prompt and both outputs are synthetic, written to illustrate the method. Correctness 25% The query must be ...
// Declare a character variable to hold the SQL statement. // INZ(...) initializes the variable with a parameterized SQL query. // The "?" acts as a placeholder for values supplied at runtime. dcl-s ...