Introduction to Databases

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

1/11

flashcard set

Earn XP

Description and Tags

A compilation of key concepts and definitions related to databases and database management systems.

Last updated 6:47 AM on 4/14/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

What is a database?

An organized collection of logically related data.

2
New cards

What are the four levels of the hierarchy of data in a database?

Tables, Records, Fields, Characters/Bytes.

3
New cards

What is a table in a database?

A table contains related records organized in rows and columns.

4
New cards

What does a record correspond to in a database?

A record corresponds to a row in a table.

5
New cards

What is a field in a database?

A field corresponds to a column name in a table.

6
New cards

What is a field value in a database?

A field value corresponds to a cell in a table.

7
New cards

Why do organizations use databases?

To efficiently manage large amounts of data for improved service delivery and informed decision-making.

8
New cards

What is a Database Management System (DBMS)?

A software program that manages data in electronic format, and is used to define, administer, and process databases.

9
New cards

What does a complete school database consist of?

Multiple linked tables, such as a Student Personal Info Table and a Student-Grade Table.

10
New cards

How does DBMS help in data management?

It retrieves and updates data as requested by users or applications.

11
New cards

What are some examples of industry standard DBMS tools?

MariaDB, Oracle, Microsoft Access, Microsoft SQL Server.

12
New cards

What is the significance of structured data in decision-making?

Organized data provides the foundation for well-informed decision making.