Which technique is used to help mitigate SQL injection attacks?
- assigning DBA or admin access rights to the application account
- using stored procedures with the “db_owner” default role
- limiting the read access to specific fields of a table or joins of tables
- using the same owner or admin account in the web applications to connect to the database