Multiple choice technology security As a preventive measure what needs to be done while accessing the Database? Use of dynamic Query with System Privilege Account Use of Prepared Statements Use Least Privilege Account Both 1 and 3 Both 2 and 3 Reveal answer Fill a bubble to check yourself E Correct answer Explanation Using prepared statements prevents SQL injection attacks by parameterizing queries. Using least privilege accounts limits potential damage from attacks by minimizing database permissions. Both are essential security practices.