engineering computer science MCQ #1539

What is a common method used to protect against SQL injection attacks?

engineering computer science MCQ #1539

  1. Question 1

    Q1. What is a common method used to protect against SQL injection attacks?

    • A) Input Validation
    • B) Using a Firewall
    • C) Encrypting Data
    • D) Using a VPN

    Answer: Input Validation

    Explanation: Input validation involves checking user input to prevent malicious SQL code from being injected into a database.