Database theory (Introduction to the operational environmental)

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 11:36 PM on 7/26/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

Database

A structured collection of data that is stored and accessed electronically. Enables efficient storage, retrieval and management of data

2
New cards

DBMS (Database management system)

Software that allows users and programs to interact with a database (manipulation, retrieval and control of data)

3
New cards

Examples of DMBS

MySQL, Oracle, Microsoft Access

4
New cards

Advantages of DBMS

-Redundancy control

-Data integrity

-Data consistency

-Data sharing

-Standardization of data

5
New cards

What a DMBS can handle

-Data entries and updates

-Queries

-Forms

-Reports

6
New cards

Database models

collection of logical structures defining how data is organized and related

7
New cards

Common database models

-Relational (Most relevant)

-Hierarchical (Tree-like structure)

-Network (complex many-to-many relationships)

-Object-oriented

-Document

8
New cards

Relational database model

Organizes data into tables (relations), consisting of rows (records) and columns (Fileds)

9
New cards

Elements of relational database models

-Tables (stores data about one entity)

-Row (Stores one instance of the entity)

-Column (a Field/characteristic)

-Domain (The set of possible values for an attribute)

-Primary Key (a column combination that uniquely identifies each row)

-Foreign key (A column in one table that refers to a PK in another table)

10
New cards

Database design principles

-Identify tables

-Determine fields

-Set data types

-Choose primary keys

-Define relationships

-Eliminate redundancy

11
New cards

Types of table relationships

-One-to-One

-One-to-Many

-Many-to-Many

12
New cards

Not studied (11)

You haven't studied these terms yet.