In the context of database security, what is the principle of "least privilege"?
- Access to only the resources required to perform tasks
- Encrypting all data in the database
- Granting maximum permissions to all users
- Restricting access to only administrators
The principle of "least privilege" dictates that users should be granted only the minimum level of access or permissions necessary to perform their tasks, reducing the risk of unauthorized access or misuse of sensitive data. This helps enhance security by limiting potential vulnerabilities.
Loading...
Related Quiz
- The "THROW" statement is used to ____________ a custom error message in SQL.
- Scenario: During a CI/CD pipeline execution, a database migration script fails due to a conflict with an existing schema. How can this issue be prevented in future CI/CD runs?
- During the database testing process, test cases are designed to validate the ____________ of the database.
- Which type of access control restricts users based on their roles and privileges within a database?
- When using the "BEGIN TRANSACTION" statement, you must also include a corresponding ____________ statement.