Untitled Flashcards Set

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/20

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

21 Terms

1
New cards
Database
A collection of related data that represents some aspect of the real world.
2
New cards
DBMS (Database Management System)
A computerized system that enables users to create and maintain a database, facilitating processes such as defining, constructing, manipulating, and sharing databases.
3
New cards
Schema
The description of a database's structure, specifying the data types, relationships, and constraints.
4
New cards
Entity-Relationship (ER) Model
A high-level conceptual data model used to describe the structure of a database, represented in diagrams that show entities, attributes, and relationships.
5
New cards
Data Normalization
The process of organizing data in a database to minimize redundancy and improve data integrity.
6
New cards
NoSQL Systems
New types of database systems designed to handle large volumes of unstructured data, often used for big data applications.
7
New cards
Transaction
An executable program that includes one or more database accesses, ensuring that operations are processed reliably.
8
New cards
Entity Type
A collection of similar entities in a database, defined by their attributes.
9
New cards
Attribute
A property or characteristic of an entity, describing its features.
10
New cards
Key Attribute
An attribute used to uniquely identify an entity within an entity type.
11
New cards
Cardinality Ratio
The maximum number of instances of one entity that can be associated with instances of another entity in a relationship.
12
New cards
Concurrency Control
The management of simultaneous operations on a database to ensure the integrity of data.
13
New cards
Referential Integrity Constraint
A relational database constraint that requires relationships between tables to be valid, ensuring that foreign keys match primary keys.
14
New cards
Data Manipulation Language (DML)
A language for manipulating data in a database, including operations like retrieval, insertion, and deletion.
15
New cards
Data Definition Language (DDL)
A language for defining the database schema, including its structure.
16
New cards
Anomaly
A flaw or inconsistency in the database that can arise from poor design or redundant data storage.
17
New cards
Physical Design
The phase during which the internal storage structures and file organizations of a database are specified.
18
New cards
Logical Design
The phase in database design where the conceptual schema is transformed into a logical data model suitable for implementation.
19
New cards
Database Catalog
A collection of metadata that describes the database structure, including schemas, constraints, and access paths.
20
New cards
Shared Database
A database designed to be accessed by multiple users simultaneously.
21
New cards
Application Program Interface (API)
A set of protocols for building and interacting with software applications, facilitating database access.