Multiple choice technology security

If a security was not part of the development of a database, how is it usually handled?

  1. Through cell suppression

  2. By a trusted backend

  3. By a trusted front-end

  4. By views

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

When security is not integrated into a database, it is often handled externally by a trusted front-end application that controls user access and filters queries. Internal database mechanisms like views or cell suppression cannot compensate if base access is unmanaged.