SQL injection is a security vulnerability that primarily affects which aspect of database operations?
- Data availability
- Data confidentiality
- Data integrity
- Data security
SQL injection primarily affects data security by allowing attackers to manipulate database queries to access, modify, or delete sensitive data unauthorizedly. This undermines the security of the application and compromises the confidentiality, integrity, and availability of data.
Loading...
Related Quiz
- In LINQ to Objects, what type of data source does it query?
- What are some techniques for enhancing the performance of Repeater and DataList controls when dealing with large datasets?
- To navigate through hierarchical data, you can use the ___________ property of a DataRow.
- Which ADO.NET data reader is used specifically for working with SQL Server databases?
- In the context of Repeater and DataList controls, what is meant by "ItemTemplate"?