Multiple choice technology web technology 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 To prevent SQL injection and unauthorized access, best practices dictate using Prepared Statements (to parameterize queries) and using a Least Privilege Account (to limit potential damage).