Question d’entretien chez Accenture

What is sql injection?

Réponse à la question d'entretien

Utilisateur anonyme

10 juill. 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