5 Nov 2019

  • November 05, 2019
  • Amitraj
Logical and physical views of data:

In data base design, several views of data must be considered along with the persons who use them. In addition to data structuring, where relationships are reflected between and within entities, we need to identify the application program’s logical views of data within an overall logical data structure. The logical view is what the data look like regardless of how they are stored. The physical view is the way data exists in physical storage. It deals with how data are stored, accessed or related to other data in storage.


Schemas and subschemas:

The schema is the view that helps the DBMS decide what data in storage it should act upon as requested by the application program. An example of a schema is the arrival and departure display at an airport. Scheduled flights and flight numbers  (schema) remain the same, but the actual departure and arrival times may vary. The user’s view might be a particular flight arriving or departing at a scheduled time. How the flight actually takes off or lands is of little concern to the user.

The latter view is of  subschema. It is a programmers view. Many subschemas can be derived from one schema, just as different pilots visualize different views of a landing approach, although all arrive at the scheduled time indicated on the CRT screen display (Schema).

Different application programmers visualize different subschemas. The relationships  among  the schema, subschema and physical structure are provided by the software.

Related Posts:

  • Tools of Structured Analysis Structured English Structure English is derived from structured programming language which gives more understandable and precise description of process. It is based on procedural logic that uses construction and imperative s… Read More
  • Tools of Structured Analysis Decision Trees Decision trees are a method for defining complex relationships by describing decisions and avoiding the problems in communication. A decision tree is a diagram that shows alternative actions and conditions wi… Read More
  • Structured Analysis and its various Tools                                                      Structured Analysis What is Struct… Read More
  • System Analysis & Design - System Design and its Various Types System design is the phase that bridges the gap between problem domain and the existing system in a manageable way. This phase focuses on the solution domain, i.e. “how to implement?” It is the phase where the SRS document … Read More
  • Design-Strategies Top-Down Strategy The top-down strategy uses the modular approach to develop the design of a system. It is called so because it starts from the top or the highest-level module and moves towards the lowest level modules. In … Read More

Translate

Popular Posts