Posts

View of data in DBMS

1 min read

 

View of data in DBMS

Abstraction is one of the main features of database systems. Hiding irrelevant details from user and providing abstract view of data to users, helps in easy and efficient user-database interaction. In the previous tutorial, we discussed the three level of DBMS architecture, The top level of that architecture is “view level”. The view level provides the “view of data” to the users and hides the irrelevant details such as data relationship, database schema, constraints, security etc from the user.

To fully understand the view of data, you must have a basic knowledge of data abstraction and instance & schema. Refer these two tutorials to learn them in detail.

  1. Data abstraction:Database systems are made-up of complex data structures. To ease the user interaction with database, the developers hide internal irrelevant details from users. This process of hiding irrelevant details from user is called data abstraction.
  2. Instance and schema: Design of a database is called the schema. Schema is of three types: Physical schema, logical schema and view schema. The data stored in database at a particular moment of time is called instance of database. Database schema defines the variable declarations in tables that belong to a particular database; the value of these variables at a moment of time is called the instance of that database.

You may like these posts

  •  What is a storage device?A storage device is a kind of hardware, which is also known as storage, storage medium, digital storage, or storage media that has the ability to sto…
  •  Cluster file organizationWhen the two or more records are stored in the same file, it is known as clusters. These files will have two or more tables in the same data block, a…
  •  Hash File OrganizationHash File Organization uses the computation of hash function on some fields of the records. The hash function's output determines the location of disk b…
  •  Vorolatile Storage vs Non-Volatile StageVolatile StorageThis is a type of computer memory that remains while there is power and the data is lost when power is switched off. A…
  •  B+ File OrganizationB+ tree file organization is the advanced method of an indexed sequential access method. It uses a tree-like structure to store records in File.It uses th…
  •  Indexed sequential access method (ISAM)ISAM method is an advanced sequential file organization. In this method, records are stored in the file using the primary key. An index…

Post a Comment

© 2025DBMS. The Best Codder All rights reserved. Distributed by