Golden West Colleges: 1.1 Data Vs Information
Golden West Colleges: 1.1 Data Vs Information
CHAPTER 1
--- Database Systems ---
• Multi-user:
– Supports multiple users at the same time
• Workgroup:
– Multi-user database that supports a small group of users or a single department
• Enterprise:
– Multi-user database that supports a large group of users or an entire organization
– Knowledge of file systems is helpful if you plan to convert an obsolete file system
to a DBMS
.
• As number of databases increased, small file system evolved
• Each file used its own application programs
• Each file was owned by individual or department who commissioned its creation
• Structural dependence
– Access to a file depends on its structure
• Data dependence
– Changes in the data storage characteristics without affecting the application
program’s ability to access the data
– Logical data format
• How the human being views the data
– Physical data format
• How the computer “sees” the data
SUMMARY
• Data are raw facts. Information is the result of processing data to reveal its meaning.
• To implement and manage a database, use a DBMS.
• Database design defines the database structure.
• A well-designed database facilitates data management and generates accurate and
valuable information.
• A poorly designed database can lead to bad decision making, and bad decision making
can lead to the failure of an organization.
• Databases were preceded by file systems.
• Limitations of file system data management:
• requires extensive programming
• system administration complex and difficult
• making changes to existing structures is difficult
• security features are likely to be inadequate
• independent files tend to contain redundant data
• DBMS’s were developed to address file systems’ inherent weaknesses