1/13
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Data
Raw facts, or facts that have yet been processed to reveal their meaning to the end user.
Information
The result of processing raw data to reveal its meaning.
Database
A shared, integrated computer structure that houses a collection of related data (end-user data and metadata).
Database Management System
A collection of programs that manages the database structure and controls access to the data stored in the database.
Components of the DBMS environment
Data
Hardware
Software
End Users
Procedures
DBMS facilities
Data Definition Language (DDL)
Data Manipulation Language (DML)
Security system
Integrity system
Concurrency control system
Recovery control system
Entity Relationship Model
A graphical representation of entities and their relationships in a database structure (introduced by Peter Chen in 1976).
Types of relationships
One-to-One (1:1)
One-to-Many (1:*)
Many-to-Many (:)
Structured Query Language (SQL)
Structured Query Language; the standard language used to define, query, update, and maintain relational databases.
SQL Command Categories
DDL (CREATE, ALTER, DROP)
DML (SELECT, INSERT, UPDATE, DELETE)
DCL (GRANT, REVOKE)
TCL (COMMIT, ROLLBACK)
Primary Key
An attribute or field that serves as a unique identifier for a record within a relation.
Normalization
A process of reducing data redundancy in a database.