Exam GCIH All QuestionsBrowse all questions from this exam
Question 159

Which web application log keyword would be associated with a SQL injection attack?

    Correct Answer: A

    The keyword 'union' is associated with SQL injection attacks. SQL injection involves the insertion of malicious SQL queries into input fields, and the 'UNION' operator is often used to combine the results of an injected query with the results of a legitimate one, thereby retrieving additional information from the database.

Discussion
RezaeeOption: A

A. union