answersLogoWhite

0


Best Answer

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.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Definition of data abstraction in rdbms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is data abstraction and data hiding in oops concepts?

abstraction is show nonessential data to user ,


What is the basic definition of RDBMS?

wt is the definition of attribute your lame


What are the subject topic for rdbms?

RDBMS is all about Relational Data Base Management System...


What is a RDBMS?

A relational database management system (RDBMS) is a database management system (DBMS) that is based on the relational model as introduced by E. F. Codd. Most popular databases currently in use are based on the relational database model.A short definition of an RDBMS is: a DBMS in which data is stored in tables and the relationships among the data are also stored in tables. The data can be accessed or reassembled in many different ways without having to change the table forms...- Sagar Verma


What is the difference between RDBMS and Datawarehouse?

RDBMS - is normalized. It has recent data upto 10 - 15 days. Datawarehouse - denoramlized. It has history of data.


How does RDBMS store data?

it stores it to a database.


What is data abstraction?

Data abstraction is the reduction of a body of data to a simplified representation of the whole. Data abstraction is usually the first step in database design in order to create a simplified framework that can be added to in order to complete the database.


Where is RDBMS used?

firstly what is database, a collection of information in called data and collection of data is known as database. data stores in the form of tabels and in the RDBMS two or more tables hold a relation. they allow fragmentation of the data(fragment of rows or columns for tables). RDBMS consists 14 cord's rules for RDBMS, there are no any RDBMS which are follow the cord's rules. RDBMS is used in Banking system,Airline ,Railway reservation sytem or where we take information from two or more tables. the distributed form of database must be RDBMS. Sohrab Hamid Siddiqui(CMC, noida, india)


Dbms and rdbms?

DBMS and RDBMS both are used for storing data. DBMS is the database management system that refers to the collection of interrelated data. RDBMS define relation between the tables in the database


What is object rdbms?

An Object RDBMS is a relational database and it is part of an object-relational database. AN RDBMS might involve SQL statements with functions and user-defined data-types.


Is data hiding and abstraction are same?

no


Compare dbms and rdbms?

User see the data as Relations [ Tables ] in RDBMS. Where as the user need to know the datastructures and the methods to access them in DBMS. Both store the data required but how the user perceive the data matters.