Databases introduction

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 8:45 PM on 6/23/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

10 Terms

1
New cards

What is CRUD in the context of databases?

CRUD stands for Create, Read, Update, Delete, representing the four basic operations performed on data.

2
New cards

Define a Database.

A collection of organized data stored electronically and managed for easy access, retrieval, and manipulation.

3
New cards

What does OLTP stand for?

Online Transaction Processing.

4
New cards

Characteristics of OLTP databases?

Live/temporary data, real-time data, online transaction processing, and real-time results.

5
New cards

Give examples of OLTP systems.

Banking transactions, ATM systems, and e-commerce orders.

6
New cards

What is a Data Warehouse (DW)?

A database designed for reporting and data analysis, containing historical data.

7
New cards

Name characteristics of Data Warehouses.

Large data storage, used for reporting and analysis, and handles historical data.

8
New cards

List types of database objects.

Tables, Views, Functions, Stored Procedures.

9
New cards

What are Tables used for in a database?

To store, organize, and manipulate data.

10
New cards

What are the main differences between OLTP and Data Warehouses?

OLTP is for real-time transaction processing with fast inserts/updates, while Data Warehouses are for large-scale historical data storage used in reporting and analytics.