nerdexam
Oracle

1Z0-146 · Question #70

Identify two methods for immunizing PL/SQL code against SQL injection attacks. (Choose two.)

The correct answer is A. Use bind arguments. B. Validate all input concatenated to dynamic SQL. See the full explanation below for the reasoning.

Question

Identify two methods for immunizing PL/SQL code against SQL injection attacks. (Choose two.)

Options

  • AUse bind arguments.
  • BValidate all input concatenated to dynamic SQL.
  • CUse dynamic SQLs constructed using concatenation of input values.
  • DUse subprograms as part of packages instead of stand-alone subprograms.

How the community answered

(44 responses)
  • A
    80% (35)
  • C
    7% (3)
  • D
    14% (6)

Community Discussion

No community discussion yet for this question.

Full 1Z0-146 Practice