Thursday 9 February 2017

CHAPTER 7 : Storing Organizational Information


➤ RELATIONAL DATABASE FUNDAMENTALS

Database - maintains information about various types of objects (inventory), events (transactions), people (employees) and places (warehouses).

Database models include :


Hierarchical database model - information is organized into tree-like structure (using parent/child relationships) in such a way that it cannot have too many relationships.

Network database model - a flexible way of representing objects and their relationships.

Relational database model - stores information in the form of logically related                                    two- dimensional tables.

➤ Entities and Attributes

Entity - a person, place, thing, transaction or event about which information is stored.
Attributes (fields, columns) - characteristics or properties of an entity class.

 Image result for entity and attribute

➤ Keys and Relationships

Primary key - a field (or group of fields) that uniquely identities a given entity in a table.
Foreign key - a primary key of one table that appears an attribute in another table and acts to provide a logical relationship among the two tables.

Image result for primary key and foreign key

➤ Relational Database Advantages

Increased Flexibility 

  • Database provide flexibility in allowing each user to access the information in whatever way best suits his or her needs.
  • The distinction between logical and physical views is important in understanding flexible database user views.
  • The physical views of information deals with the physical storage of information on a storage device such as a hard disk.
  • The logical views of information focuses on how users logically access information to meet their particular business.


 Increased Scalability and Performance

- A database must scale to meet increased demand,while maintaining acceptable performance levels.
- Scalability refers to how well a system can adapt to increased demand.
- Performance measures how quickly a system performs a certain process or transaction.

Reduced Information Redundancy

-Redundancy is the duplication of information, or storing the same information in multiple places.
-Redundant information occurs because organizations frequently capture and store the same information in multiple locations.
-The primary problem with redundant information is that it is often inconsistent which make it difficult to determine which values are the most current or most accurate.

Increased Information Integrity (Quality)

- Information integrity is a measures the quality of information
- Within a database environment, integrity constraints are rules that help ensure the quality of information. It can be defined and built into the database design.
Two types of integrity constraints are :
❅Relational integrity constraints- rules that enforce basic and fundamental information based constraints.
 ❅Business-critical integrity constraints- enforce business rules vital to an organization's success and often require more insight and knowledge than relational integrity constraints.

Increased Information Security

- Information is an organizational asset.
- Database offer many security features such as
        * Passwords - provide authentication of the user
        * Access levels - determines who has access to the different types of information
        * Access control - determines types of user access such as customer service representitatives might read-only access

➤DATABASE MANAGEMENT SYSTEMS

☀ A database management systems (DBMS) is software through which users and application programs interact with a database.

                           Image result for database management system

➤ DATA-DRIVEN WEB SITES

☀ A data-driven website is an interactive website keep constantly updated and relevant to the needs of its costumer through the use of a database.

Data-Driven Website Advantages :

  • Development : Allows the website owner to make changes any time
  • Content management : A static website requires a programmer to make updates.
  • Future expandability : Having a data-driven website enables the site to grow faster than would be possible with a static site.
  • Minimizing human error : A well- designed, data-driven Web site will have "error typing" mechanisms to ensure that required information is filled out correctly.
  • Cutting production and update costs : A data-driven Web site can be updated and "published" by any competent data entry or administrative person.
  • More efficient : The system keeps track of the templates.
  • Improved stability : There is peace of mind, knowing the content is never lost-even if your programmer is.

Integrating Information Among Multiple Database

- An integration allows separate systems to communicate directly with each other.
- A forward integration takes information entered into a given system and sends it automatically to all downstream processes. This type of integration always use by the organization.
- A backward integration - takes information entered into a given systems and sends it automatically to all upstream systems and processes.

                          Image result for integrating information among multiple database


                          Image result for integrating information among multiple database

No comments:

Post a Comment