Goup 2_technical Basis of Database
Goup 2_technical Basis of Database
OF DATABASE
MANAGEMENT
BY
SANIA BELLA MARCELINA (12)
TABAH RIZKI ACHMAD ANUGERAH (13)
Character
The most basic logical data element is the character, which consists of an alphabet, number or
other symbol. You could argue that bits or bytes are the most basic data element but remember that
these terms refer to the physical storage elements provided by computer hardware, as discussed in
Chapter 3.
Field
An even higher level of data is the field, or data component. A field consists of a group of
related characters. For example, alphabetically grouping characters in a person's name can form a
name field (or usually, last name, first name, and middle initial) and grouping numbers in sales
amount forms a sales amount field.
Record
All fields used to get, organize, and store attributes of an entity are grouped to form a record.
File
A group of related records is called a word file (sometimes referred to as a table or flat file) When
independent of other related files, a table can also be called a flat file, more precisely, the term flat
file can be defined either narrowly or more broadly.
Database
An integrated collection of logically related data elements, a database
combines records previously stored in separate files into a common set of
data elements that provide data for many applications.
Hierarchical Structure
Early mainframe DBMS packages used a hierarchical structure, where the
relationships between records formed a hierarchical or tree-like structure.
Network structure
Network structures represent more complicated logical relationships and
are still used by some mainframe DBMS packages.
Relational structure
The most widely used of the three database structures this structure is used by most microcomputer
DBMS packages, as well as by mid-range and mainframe systems.
Relational Operations
Three basic operations can be performed on a relational database to create usable data sets. The
select operation is used to create a subset of records that meet standard criteria.
Multidimensional Structure
A variation of the relational model that uses a multidimensional structure to organize data and show
relationships between data.
The hierarchical data structure model is used for databases that support structured and routine
transactions in the early stages of company data processing. The data for these operations can
easily be represented in a hierarchical relationship.
Data Planning and Database Design
The user's perspective is key in data modeling, with the data model defining logical relationships
between elements to support business processes. Example questions that help identify data
relationships include: Can suppliers provide multiple types of products? Can customers have more
than one account? Can employees have multiple salary levels or be involved in several projects?
MANAGING
DATA
RESOURCES
Manage Data Sources
Data is considered a critical asset that companies must manage to sustain their
operations, both internally and externally. Every digital interaction creates new
data that must be analyzed appropriately. Data resource management is
important in ensuring that data is strategically processed to support informed
decision-making.
A Data Warehouse is a central repository of data drawn from a variety of sources, including operational and external databases. The data in
this warehouse has been cleaned, transformed, and sorted, so that it can be used for business analysis, market research, and decision
making. Data warehouses can be divided into data marts, which focus on specific subsets of data for specific aspects of the company.
Here is a brief summary of each issue in file processing: