Definition of data abstraction in rdbms?

1 answer

Answer

1266183

2026-05-13 14:26

+ Follow

Data Abstraction in DBMS means hiding implementation details(i.e. high level details) from end user.

e.g. In case of storage of data in database user can only access the database, but implementation details such as how the data is stored phisically onto the disc is hidden from user.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.