EC-Council
312-50V12 · Question #110
Which of the following types of SQL injection attacks extends the results returned by the original query, enabling attackers to run two or more statements if they have the same structure as the…
The correct answer is D. Union SQL injection. Types of SQL Injection - In-band SQL Injection Union SQL InjectionIn, an attacker combines a forged query with a query requested by the user using a UNION clause.The result of the forged query will be appended the result of the original query, which makes it possible to obtain…
Submitted by helene.fr· Mar 4, 2026Web Application Hacking
Question
Which of the following types of SQL injection attacks extends the results returned by the original query, enabling attackers to run two or more statements if they have the same structure as the original one?
Options
- AError-based injection
- BBoolean-based blind SQL injection
- CBlind SQL injection
- DUnion SQL injection
How the community answered
(14 responses)- A7% (1)
- B7% (1)
- D86% (12)
Explanation
Types of SQL Injection - In-band SQL Injection Union SQL InjectionIn, an attacker combines a forged query with a query requested by the user using a UNION clause.The result of the forged query will be appended the result of the original query, which makes it possible to obtain the values of fields from other tables.
Topics
#SQL injection#Union SQL injection#Web application attacks#Data exfiltration
Community Discussion
No community discussion yet for this question.