Data Management Fundamentals: Databases, Algorithms, & Distributed Systems
Classified in Computers
Written on in
English with a size of 12.62 KB
Understanding Algorithms
A programming algorithm is a computer procedure, much like a recipe, that tells your computer precisely what steps to take to solve a problem or reach a goal.
Evolution of Data Management
Early data management systems include file and database systems that were designed prior to the relational database in the 1970s. These include:
- Flat File Data Management
- Hierarchical Data Management Systems
- Network Data Management Systems
Database Generations & Models
1. Flat File Data Model
An organized set of data stored in a long-term storage medium, such as a disk or magnetic tape.
2. Hierarchical Data Model
Files are related in a parent/child manner, with each child file having at most one parent file.
3. Network Data Model
Made of data... Continue reading "Data Management Fundamentals: Databases, Algorithms, & Distributed Systems" »