Computer Science, asked by 919528429476, 2 months ago

how to prevent SQL injection​

Answers

Answered by asmittbhardwajp9kstg
1

Answer:

Explanation:

SQL injections can be prevented through firewalls, input valdation, character escaping functions  and avoiding connecting the application to the database using an account with admin (root) privileges.

Similar questions