You have decided that an SQL statement is necessary, but you don’t want to risk an SQL injection. Which of these steps are needed?

(1 point)
Responses

Upgrade to SQL2.

Upgrade to SQL2.

Put the SQL in the URL.

Put the SQL in the URL.

Sanitize the user input.

Sanitize the user input.

Encrypt the user input.

Sanitize the user input.