CCMC (FL) Interview Question

What are some ways to prevent SQL injection?

Interview Answer

Anonymous

Mar 19, 2018

Check the user input before saving to the database, restrict user rights, and more.