Chapter 2 Database Concepts and Applications
Chapter 2 Database Concepts and Applications
HISTORY OF DBMS
Relational DBMSs
Hierarchical and network database systems
Hierarchical and network database systems
relationships between different records
relationships were created based on where the data were stored
Retrieval of data from different tables was based on logical relationships built
into the table structures
Data are easily shared
Data Sharing Between Different Functions
Data Sharing Between Different Levels
Data Sharing Across Locations
RELATIONAL DBMSS
Entities and Attributes
Entities are things such as employees, jobs, promotion transactions, positions in
company, and so on.
Entities is made up of “attributes.” An attribute is a characteristic of the entity
Tables
One table is created for each entity
Attributes are stored as the columns
Rows are also referred to as records and represent an “instance” of the entity
QUERIES
A select query allows you to ask a question based on one or more tables in a
database
Action query performs an action on the table on which it is based
Cross-tab query performs calculations on the values in a field and displays the
results in a datasheet
QUERIES
Display selected fields and records from a table
Sort records on one or multiple fields
Perform calculations
Generate data for forms, reports, and other queries
Update data in the tables of a database
Find and display data from two or more tables
Create new tables
Delete records in a table based on one or more criteria