Database Management

Get Started. It's Free
or sign up with your email address
Database Management by Mind Map: Database Management

1. A field is a combination of one or more related characters

1.1. Field name

1.2. Field size

1.3. Data type

2. The Hierarchy of Data

2.1. A character is one byte

2.1.1. Number, letters, space, punctuation marks, or other symbols

2.2. Common data types include

2.2.1. Text

2.2.2. Numeric

2.2.3. Auto Number

2.2.4. Currency

2.2.5. Date

2.2.6. Memo

2.2.7. Yes/No

2.2.8. Hyperlink

2.2.9. Object

2.2.10. Attachment

2.3. A record is group of related fields A primary key uniquely identifies each record

2.4. A data file is a collection of related records

3. Maintaining Data

3.1. File maintenance refers to the procedures that keep data current

3.1.1. Adding records

3.1.2. Modifying records

3.1.3. Deleting records

3.2. Users add new records to a file when they obtain new data

3.3. Users modify to correct inaccurate data or update old data

3.4. When a record no longer is needed, a user deletes it from a file

3.5. Validation compares data with a set of rules or values to find out if the data is correct

3.5.1. Alphabetic/Numeric Check

3.5.2. Range check

3.5.3. Consistency check

3.5.4. Completeness check

3.5.5. check digit

3.5.6. Other checks

4. File Processing Versus Databases

4.1. File processing system

4.1.1. Each department has its own set of files

4.1.2. Used for many years

4.1.3. Have data redundancy

4.1.4. Isolate data

4.2. Database approach

4.2.1. Programs and users share data

4.2.2. Reduce data redundancy

4.2.3. Improve

4.2.4. New node data integrity

4.2.5. Share data

4.2.6. Allows easier access

4.2.7. Reduces development time

4.2.8. Can be more vulnerable

5. Databases, Data, and Information

5.1. Database

5.1.1. Collection of data organized in a manner that allows access, retrieval, and use of that data

5.2. Data

5.2.1. Collection of unprocessed items

5.2.1.1. text

5.2.1.2. Numbers

5.2.1.3. Images

5.2.1.4. Audio

5.2.1.5. Video

5.3. Information

5.3.1. processed data

5.3.1.1. Documents

5.3.1.2. Audio

5.3.1.3. Images Video

5.4. Database software, often called a database management system (DBMS), allows users

5.4.1. Create a computerized database

5.4.2. Add, modify, and delete data

5.4.3. Sort and retrieve data

5.4.4. Create forms and reports from the data

5.5. Data integrity identifies the quality of the datav

5.6. Garbage in, garbage out(GIGO) points out the accuracy of a computer's output depends on the accuracy of the input

5.7. Valuable information should have the following characteristics

6. Objectives Overview

6.1. Define the term,database,and explain how a database interacts with data and information

6.2. Define the term,data integrity, and describe the qualities of valuable information

6.3. Discuss the terms character, field ,record and file

6.4. Describe file maintenance techniques and validation techniques

6.5. Differentiate between a file processing approach and the database approach

6.6. Discuss the functions common to most database management systems

6.7. Describe characteristics of relational, object oriented, and multidimensional databases

6.8. Explain how to access Web databases

6.9. Identify database design guidelines and discuss the responsibilities of database analysts and administrators

7. Database Administration

7.1. It is important to have a carefully designed database

7.2. Database analysts and administrators are responsible for managing and coordinating all database activities

7.2.1. Database Analyst(DA)

7.2.2. Database Administrator(DBA)

7.3. Employees should learn how to use the data in the database effectively

7.3.1. Interact with database

7.3.2. Identify new data for the database

7.3.3. Maintain the database

8. Database Management Systems

8.1. A data dictionary contains data about each file in the database and each field in those files

8.2. A DBMS provides several tools that allow users and programs to retrieve and maintain data in the data in the database

8.2.1. Query language

8.2.2. Query by example

8.2.3. Form

8.2.4. Report generator

8.3. A query language consists of simple, English-like statements that allow users to specify the data to display, print, or store

8.4. Query by example (QBE) provides a GUI to assist users with retrieving data

8.5. A form is a window on the screen that provides areas for entering or modifying data in a database

8.6. A report generator allows users to design a report on the screen, retrieve data into the report design, and than display or print the report

8.7. A DMBS Provides a variety of techniques to restore the database to a usable form in case it is damage or destroyed

8.7.1. backup

8.7.2. log

8.7.3. Recovery

8.7.4. Continuous backup

9. Relational, Object-Oriented, and Multidimensional Databases

9.1. A data model consists of rules and standards that define how the database organizes data

9.2. A relational database stores data in tables that consist of rows and columns

9.2.1. Each row has a primary key

9.2.2. Each column has a unique name

9.3. A relationship is a link within the data

9.4. Structured Query Language (SQL) is a query language that allows to manage, update, and retrieve data

9.5. An object-oriented database (OODB) stores data in objects

9.6. Examples of applications applications appropriate for an object-oriented database include

9.6.1. Multimedia database

9.6.2. Groupware database

9.6.3. Computer aided design database

9.6.4. Hypertext database

9.7. A multidimensional database can store data in more than two dimensions of data

9.8. A data warehouse is a huge database that stores and manages the data required to analyze historical and current transactions

10. Summary

10.1. How data and information are valuable assets to an organization

10.2. Methods for maintaining high quality data

10.3. Assessing the quality of valuable information

10.4. Advantages of organizing data in a database

10.4.1. New node

10.5. Various types of databases

10.6. Roles of the database analysts and administrators

11. Maintaining Data

11.1. File maintenance refers to the procedures that keep data current

11.1.1. Adding records

11.1.2. Modifying records

11.1.3. Deleting records

11.2. Users add new records to a file when they obtain new data

11.3. Users modify to correct inaccurate data or update old data

11.4. When a record no longer is needed, a user deletes it from a file

11.5. Validation compares data with a set of rules or values to find out if the data is correct

11.5.1. Alphabetic/Numeric Check

11.5.2. Range check

11.5.3. Consistency check

11.5.4. Completeness check

11.5.5. check digit

11.5.6. Other checks