RTUComputer ScienceYr 2024 · Sem 42024

Q2Database Management System

Question

2 marks

What is Data Abstraction?

Answer

Hiding complexity through levels of data representation.

Data abstraction is the process of hiding irrelevant details from the user to provide a simplified view of the database. It is implemented through three levels: Physical (Internal), Logical (Conceptual), and View (External) levels.

Back to Paper