KnowledgeBoat Logo
|

Informatics Practices

What is data abstraction? What are the different levels of abstraction?

Relational Database

3 Likes

Answer

Data abstraction is a process of hiding the implementation details (such as how the data is stored and maintained) and representing only the essential features to simplify user's interaction with the system.

The different levels of abstraction are:

  1. Physical/Internal level
  2. Logical/Conceptual level
  3. View level/External level

Answered By

2 Likes


Related Questions