Multiple choice

An SQL injection attack would cause unauthorised access to...

  1. Files

  2. Whole Computer

  3. Databases

  4. Operating System

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

SQL injection is an attack technique where malicious SQL statements are inserted into entry fields of a web application to manipulate the backend database. This allows attackers to bypass authentication and access, modify, or delete database records.