B. Deleted the entire members table
Explanation:
The SQL query contains a SQL injection attack, where the attacker inserted a malicious SQL command: DROP TABLE members;. This command is designed to delete the entire members table in the database.
The injected SQL command after WHERE email = “[email protected]” includes a semicolon (;), which terminates the original query and allows the DROP TABLE command to be executed, effectively deleting the entire members table.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
044f354
1 month, 3 weeks ago