You are on page 1of 2

Data Resource Management

DATA BASE MANAGEMENT - In all information systems, data resources must be organized
and structured in some logical manner so that they can be accessed easily, processed efficiently,
retrieved quickly, and managed effectively. Data structures and access methods ranging from
simple to complex have been devised to organize and access data stored by information systems
efficiently. In this chapter, we will explore these concepts, as well as the managerial implications
and value of data resource management.

FUNDAMENTAL DATA CONCEPTS - A conceptual framework of several levels of data has


been devised that differentiates among different groupings, or elements, of data. Thus, data may
be logically organized into characters, fields, records, files, and databases, just as writing can be
organized into letters, words, sentences, paragraphs, and documents.

FIGURE 5.1 Examples of the logical data elements in information systems. Note especially the examples of how
data fields, records, files, and databases relate.

 CHARACTER - which consists of a single alphabetic, numeric, or other symbol


 FIELD- A field consists of a grouping of related characters. For example, the grouping of
alphabetic characters in a person’s name may form a name field (or typically, last name,
first name, and middle initial fields), and the grouping of numbers in a sales amount
forms a sales amount field.
 REPORT - represents a collection of attributes that describe a single instance of an entity.
 FILE- A group of related records is a data file (sometimes referred to as a table or flat
file). The term refers to any database that exists in a single file in the form of rows and
columns, with no relationships or links between records and fields except the table
structure. Regardless of the name used, any grouping of related records in tabular (row-
and-column form) is called a file.
 DATA BASE- is an integrated collection of logically related data elements. A database
consolidates records previously stored in separate files into a common pool of data
elements that provides data for many applications.

DATABASE STRUCTURES -
1. Hierarchical Structure - in which the relationships between records form a
hierarchy or treelike structure.
2. Network Structure - represents more complex logical relationships and is still
used by some mainframe DBMS packages. It allows many-to-many relationships
among records; that is, the network model can access a data element by following
one of several paths because any data element or record can be related to any
number of other data elements.

You might also like