🎴 Flashcard Mode
DBMS Fundamentals and Data Modeling
Card1 / 50
Mastered0
Review0
QuestionClick to flip
A director's salary details are hidden from the employee. This process is called
AnswerClick to flip back
A
external level data hiding
💡 Explanation:
In database systems, the external level (or view level) provides a user-oriented view of data while hiding implementation details. When salary information is hidden from employees but accessible to directors, this is external level data hiding - different users see different views of the same data based on their access privileges. This abstraction layer separates how users see data from how it's physically stored.