DBMS Chapter 1 Flashcards
Traditional database application
information is stored and accessed is either textual or numeric.
Multimedia database systems
Includes pictures, audio, and video streams
Geographic information system (GIS)
Maps, weather data, satellite images
Real time/active database technology
Industrial and manufacture database processes
Database
Collection of related data
Data
Known facts that can be recorded and that have implicit meaning
Data warehouses and online analytical processing (OLAP)
Used to extract and analysis useful business information from very large databases to support decision making
Mini-world
Some aspect of the real world which is stored in a database
Ex: student grades/ transcripts
Database management systems (DBMS)
Collection of programs that enables users to create and maintain a database.
DBMS functionality:
Constructing, Manipulating, Shared access, Queries, Defining, Protection, Transactions
3 steps to making a database
Conceptual design = ERD
Logical design = Schema
Physical design = SQL
Database approach vs File-processing approach
■ Self-describing nature of a database system
■ Insulation between programs and data, and data abstraction
■ Support of multiple views of the data
■ Sharing of data and multi user transaction processing
Self-Describing Nature
A DBMS catalog stores the description of the database. The description is called meta-data. This allows the DBMS software to work with different databases
Insulating between programs and data
Called program-data independence. Allows changing data storage structures and operations without having to change the DBMS access programs
Data Abstraction
A data model is used to hide storage details and present the users with a conceptual view of the database