Identify two methods for immunizing PL/SQL code against SQL injection attacks ?

  1. Use subprograms as pasrt of packages instead of stand-alone parameters

  2. Use dynamic SQL’s constructed using concatenation of input values.

  3. Use bind arguments

  4. Usage of the NOT NULL constraint in PL/SQL code can degrade performance


Correct Option: C

Find more quizzes: