Learning Unit 3: Database Systems

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

What are key aspects of organizing data and information?

Data management and modelling.

2
New cards

What is the most common type of database?

Relational database.

3
New cards

What does a relational database consist of?

A series of related tables.

4
New cards

What is one advantage of using databases?

Improved strategic use of corporate data.

5
New cards

What is one disadvantage of using databases?

More complexity in development.

6
New cards

What is a primary key in a database?

A field that is defined to be unique for each entity.

7
New cards

What is the purpose of a data model or database schema?

To list all the tables in the database along with their fields and keys.

8
New cards

What are the types of binary relationships in database design?

One to one, one to many, and many to many.

9
New cards

What is Data Definition Language (DDL)?

A collection of instructions used to define and describe data and relationships in a database.

10
New cards

What is stored in a data dictionary?

Meta data, which provides a detailed description of all the data used in the database.

11
New cards

What is a data manipulation language (DML)?

Commands used to manipulate and query the database.

12
New cards

What is the role of a database administrator (DBA)?

To plan, design, create, operate, secure, monitor, and maintain databases.

13
New cards

What is a data warehouse?

A database that collects business information from multiple sources.

14
New cards

What does data mining involve?

The automated discovery of patterns and relationships in a data warehouse.

15
New cards

What is business intelligence (BI)?

The process of analyzing information to positively impact business strategy or operations.

16
New cards

What is an object-oriented database?

A database that stores both data and its processing instructions.