CBSE Class 11 Informatics Practices Question 50 of 85

Database Concepts — Question 13

Back to all questions
13
Question

Question 12

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

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