Which security aspect ensures that only authorized users can access specific data within a database?
- Authentication
- Authorization
- Data masking
- Encryption
Authorization ensures that only authorized users can access specific data within a database. Authentication verifies the identity of users before granting access rights.
Loading...
Related Quiz
- Which database testing tool is specifically designed for unit testing of SQL queries?
- You are testing a database schema for an e-commerce platform. During your test, you discover that some tables have redundant data and duplicate entries. What type of issue have you identified, and what should be the next step to address it?
- Scenario: You are tasked with selecting an ETL testing tool for a complex data integration project. The project involves handling large volumes of data and requires extensive automation. Which ETL testing tool or framework would you recommend?
- In a SQL JOIN operation, which keyword is commonly used to specify the type of join (e.g., INNER JOIN, LEFT JOIN)?
- Which type of testing ensures that the database can handle expected loads and queries efficiently?