Accenture interview question

What is sql injection?

Interview Answer

Anonymous

Jul 10, 2016

It is a malicious act done thru injecting sql commands to input fields supplied to user(s). But this attack can be catch thru escaping user inputs before passing to actual query in the database.

1