Which of the following is NOT a common access control method used in database systems?
- Attribute-based access control
- Discretionary access control
- Role-based access control
- Single sign-on
Single sign-on (SSO) is not typically considered a common access control method used in database systems. Instead, SSO is more commonly associated with authentication systems that allow users to access multiple applications or systems with a single set of credentials, rather than directly controlling access to database resources.
Loading...
Related Quiz
- Which of the following is NOT a common authentication method used in applications?
- Which phase of the software development life cycle (SDLC) typically includes database testing?
- In data consistency testing, what does it mean when we refer to "data reconciliation"?
- Which type of testing primarily focuses on validating the correctness of SQL queries within test scripts?
- Complex SQL queries with multiple ____________ can pose a challenge in database testing.