Database Purpose Lecture – Practice Flashcards

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

1/21

flashcard set

Earn XP

Description and Tags

A set of Q&A flashcards covering database fundamentals, data management concepts, and related terminology from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

22 Terms

1
New cards

What is a database?

A structured and organized electronic collection of related data.

2
New cards

Which programming language is commonly used to display, sort, filter, and summarize data in a relational database?

Structured Query Language (SQL).

3
New cards

What is the primary responsibility of a database administrator when working with SQL?

Querying the database to retrieve, manipulate, and manage data efficiently.

4
New cards

Give an example of a company that leverages sales data to make informed product decisions.

Amazon.com.

5
New cards

What discipline focuses on the creation, storage, and retrieval of data to ensure accuracy and usability?

Data management.

6
New cards

Name the software layer that allows different applications to communicate with a database or with each other.

Application Programming Interface (API).

7
New cards

What does a Graphical User Interface (GUI) provide when managing databases?

A visual way for users to interact with the database through icons and graphical elements.

8
New cards

Which PostgreSQL tool offers a GUI for database management tasks?

pgAdmin.

9
New cards

Why do databases enforce constraints and rules?

To maintain data integrity by preventing inconsistent, duplicate, or invalid data.

10
New cards

How do databases enable teamwork and reduce data redundancy?

By offering concurrent access so multiple users can collaborate and update data simultaneously.

11
New cards

List two key security mechanisms databases provide to protect sensitive information.

Encryption and access control (auditing can also be included).

12
New cards

What feature of database systems helps protect against data loss in case of system failure?

Backup and recovery mechanisms.

13
New cards

How can a database act as a centralized repository in large organizations?

By consolidating multiple data sources, ensuring all relevant data is accessible from a single platform, and enforcing consistency.

14
New cards

Define data in the context of databases.

Raw, unprocessed facts and figures stored in a structured format.

15
New cards

What is metadata?

Data about data, describing characteristics such as table names, field names, and relationships.

16
New cards

How is information different from data?

Information is data that has been processed and placed in context to give it meaning.

17
New cards

What is knowledge in relation to information?

The understanding and insights derived from interpreting and analyzing information to make strategic decisions.

18
New cards

Which SQL commands are commonly used to turn data into meaningful information?

SELECT and ORDER BY (among others).

19
New cards

What role do Decision Support Systems (DSS) play in business databases?

They analyze large datasets to gain insights and guide product or service decisions.

20
New cards

Why are backups crucial for database systems?

They ensure that data can be restored after accidental loss or hardware failure.

21
New cards

Name two areas where you interact with databases in everyday life.

Possible answers include banking, grocery stores, online shopping (Amazon), social media (Instagram/TikTok), or schools.

22
New cards

What benefit does SQL querying provide when working with large datasets?

Quick, efficient retrieval and manipulation of specific data without scanning the entire database.