Exam GPYC All QuestionsBrowse all questions from this exam
Question 30

What does the attacker do in a SQL Injection attack?

    Correct Answer: D

    In a SQL Injection attack, the attacker submits a string that is interpreted as a SQL database command. This allows the attacker to manipulate the database by executing arbitrary SQL code, which can lead to unauthorized access to sensitive data, modification of data, or even deletion of data. The goal is to exploit vulnerabilities in the application's handling of input to manipulate the SQL queries the application performs.

Discussion
bighead12Option: D

Sorry the answer is D.

a29dc2cOption: D

The answer is D

bighead12Option: C

The answer is C