Question:medium

Define SQL Injection and how it affects database security.

Show Hint

Never trust user input directly in SQL queries — use parameterized queries to prevent SQL Injection.
Updated On: Mar 2, 2026
Show Solution

Solution and Explanation

Was this answer helpful?
0