1/48
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Data
Raw facts that have not been processed into meaningful form
Information
Processed data that is meaningful and useful for decision-making
Database
Organized collection of logically related data
DBMS
Software that manages databases and controls access to the data
Metadata
Data about data that describes structure, rules, and constraints
Redundancy
Unnecessary duplication of data, often leading to inconsistencies
Data inconsistency
Occurs when different versions of the same data appear in different places
Single-user database
Supports one user at a time
Multi-user database
Supports multiple users simultaneously
Operational database (OLTP)
Supports day-to-day operations of an organization
Analytical database (OLAP)
Used for analysis, reporting, and decision support
SQL
Structured Query Language used to interact with relational databases
Data model
A simple representation of complex real-world data structures
Entity
A person, place, thing, or event about which data is stored
Attribute
A characteristic or property of an entity
Relationship
Association between entities (1:M, M:N, 1:1)
Constraint
Rules that ensure data integrity in the database
Business rules
Statements that define or constrain some aspect of the business
ERD
Entity Relationship Diagram used to visually model data and relationships
Relational model
Organizes data in tables consisting of rows and columns
Object-oriented model
Represents data as objects with attributes and behaviors
NoSQL
Database systems designed for scalability and flexibility with large-scale data
Big Data
Large volumes of structured and unstructured data characterized by volume, velocity, and variety
External model
Describes end-user views of the data
Conceptual model
High-level view of the entire database structure
Internal model
Describes how the DBMS sees the data and maps it to storage
Physical model
Describes how data is physically stored on hardware