Lesson 1.2: The Evolution of Database Systems Flashcards
It is a collection of information that exists over a long period of time, often many years.
Database
It is a logical structure of the data
Schema
A database lingo for a question about the data
Query
The DBMS is expected to:
- allow users to create new databases and specify their schemas
- give users the ability to query, modify the data
- support the storage of very large of data over a long period of time
- Enable durability and recovery in case of failures, errors, intentional misuse
- Control access to data from many users at once
The first commercial database management systems appeared in the late what?
late 1960s.
It is a system that is an evolution from the file system
Database Management System
DBMS was standardized in the late 1960s through a report of CODASYL. CODASYL stands for what?
Committee on Data Systems and Languages
What is the problem of the early models of DBMS?
It did not support high-level query languages.
2 database systems in the late 1960s changed significantly following a famous paper written by Ted Codd. What is it?
Relational Database System
Codd proposed that database systems should present the user with a view of data organized as _______ called _______
tables called relations
Can the relational database system support high-level language?
Yes. It greatly increased the efficiency of database programmers.
SQL stands for
Structured Query Language
When was the Relational Database Systems became the norm?
By 1990.
What database system infiltrated the relational model?
Object-oriented features
Originally, DBMS we’re what size?
Large and expensive too. Running on large computers.