Which database security mechanism focuses on encrypting sensitive data stored in the database?
- Data masking
- Encryption
- Role-based access control
- SQL injection prevention
Encryption is a database security mechanism that focuses on converting data into a format that is unreadable without the appropriate decryption key. By encrypting sensitive data, even if unauthorized users gain access to the database, they cannot interpret the information without the decryption key, thus enhancing data protection.
Loading...
Related Quiz
- Data migration and ETL testing frameworks help ensure ____________ between source and target systems.
- What is data profiling in ETL testing, and why is it important?
- Continuous integration aims to integrate code changes into the shared repository ____________.
- Scenario: In an ETL process, you find that certain records in the target database are missing compared to the source. What kind of data validation problem does this indicate?
- Which factor makes database testing a critical component in maintaining data security and compliance?