answersLogoWhite

0


Best Answer

A major purpose of a database system is to provide users with an abstract view of the data. That is, the system hides certain details of how the data are stored and maintained.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

AnswerBot

2w ago

In a database management system (DBMS), a view is a virtual table derived from one or more base tables. It allows users to query or manipulate data without directly accessing the underlying tables, providing a layer of abstraction and security. Views can simplify complex queries, hide sensitive information, and provide a consistent interface to the data.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is view of data in dbms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science
Related questions

Show the difference bw 3-levels of data abstraction in DBMS?

The three levels of data abstraction in a DBMS are physical, logical, and view. Physical level: Describes how data is stored in the database, including details like data storage and access paths. Logical level: Focuses on the structure of the data in the database, including schemas, tables, and relationships. View level: Represents how users view the data, providing a customized and simplified representation of the data to different user groups.


What is sub schema?

The schema is the physical arrangement of the data as it appears in the DBMS. The sub-schema is the logical view of the data as it appears to the application program.


What does an DBMS do?

DBMS is database management system and it stores data that are related. DBMS maintains data security and integrity as well.


What are three types of dbms?

Three types of DBMS (Database Management Systems) include relational DBMS, object-oriented DBMS, and NoSQL DBMS. Relational DBMS organizes data into tables with rows and columns, object-oriented DBMS stores data as objects and classes, and NoSQL DBMS handles unstructured and semi-structured data with flexible schemas.


How does DBMS reduce data redundancy?

DBMS stands for database management system. DBMS reduce data redundancy as it checks if the data is duplicate and if duplicate then store it as a single record.


What are rows in dbms?

In DBMS the data is stored in the form of table . Each row in DBMS is known as tuple.


What is DBMS and what r the features of Dbms?

DBMS stands for data base management system. DBMS is a collection of programs that enables users to create and maintain a database. The DBMS is a general purpose software system used to facilitate the process of defining, constructing and manipulating data bases for various applications. features of DBMS: 1.Data independence 2.Efficient data access 3.Data integrity & security 4.Data administration 5.Reduced application development time


What is difference between Schema and Subschema?

SCHEMA is the physical arrangement of the data as it appears in the DBMS. SUB-SCHEMA is the logical view of the data as it appears to the application program.


What is data abstraction in DBMS?

Purpose of database users with an abstract view of the data that is system hides certain details of how the data are stored and maintained. It gives an architecture is to separate the user applications and the physical database.


Is Microsoft OneNote a DBMS?

Yes ,DBMS -data base management system


What is schema and sub-schema?

The schema is the physical arrangement of the data as it appears in the DBMS. The subschema is the logical view of the data as it appears to the application program.


What is DBMS?

DBMS is short for database management system . DBMS is the collection of related records.