Multiple choice

An effect of SQL injection...

  1. Full access to target computer

  2. Network access to computer only

  3. Ability to edit all files

  4. Can access database and manipulate data

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The primary effect of a successful SQL injection attack is unauthorized access to the application's database, allowing the attacker to view, edit, or delete sensitive data. It does not typically grant direct control over the entire operating system or local files of the server.