Introduction to Database - IT-DBMS211

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/19

flashcard set

Earn XP

Description and Tags

Flashcards to review key concepts from the IT-DBMS211 Introduction to Database lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

20 Terms

1
New cards

What is a database?

A collection of related data, organized and stored electronically, that users can efficiently store, retrieve, manage, and manipulate; it also houses end-user data and metadata.

2
New cards

What is a Database Management System (DBMS)?

Software that intermediates between users and the database, enabling defining, constructing, manipulating, and sharing databases; a collection of programs that create and maintain a database.

3
New cards

Name some common examples of DBMS.

Microsoft SQL Server, Oracle, MySQL, and MongoDB.

4
New cards

List key advantages of using a DBMS.

Improved data sharing, reduced redundancy, data integrity, security, data consistency, efficient data access, and data independence.

5
New cards

What is a single-user database?

A database designed for personal use where concurrent access is not required; typically accessed by one user at a time (e.g., MS Access).

6
New cards

What is a desktop database?

A database designed to run on a single computer, not networked by default, suitable for small-scale applications (e.g., Microsoft Access, SQLite, LibreOffice Base).

7
New cards

What is a multiuser database?

A database designed to support multiple users accessing and manipulating data concurrently; essential for applications like ERP, e-commerce, and CRM.

8
New cards

What is a workgroup database?

A multi-user database that supports a small group (2–25) on a LAN, allowing concurrent access while maintaining data consistency.

9
New cards

What is an enterprise database?

A large-scale, high-performance database system for the complex needs of a large organization; handles large data volumes, many concurrent users, complex transactions, and strict security; acts as a single source of truth.

10
New cards

What is a centralized database?

A database where all data is stored and managed at a single central location, with users accessing via a network from remote locations.

11
New cards

What is a distributed database?

A database where data and the DBMS are spread across multiple interconnected computers or nodes, yet presented as a centralized system to users.

12
New cards

What is a cloud database?

A database service delivered over the internet, managed as Database-as-a-Service (DBaaS) by cloud providers like AWS, Azure, or Google Cloud.

13
New cards

What is a general purpose database?

A flexible database system designed to handle a wide variety of data types and applications, not limited to a specific domain.

14
New cards

What is a discipline-specific database?

A specialized repository focused on a particular academic or professional field, such as Electronic Health Records (EHR) systems or OPAC/WorldCat catalogs.

15
New cards

What is an operational database?

A system designed to handle real-time, day-to-day transactional operations, optimized for fast read/write and data consistency (e.g., order processing, inventory, CRM).

16
New cards

What is an analytical database?

A specialized system designed to store and manage large volumes of historical data for business intelligence and data analysis, optimized for complex queries and reporting.

17
New cards

What is database design?

The process of organizing data according to a database model, determining what data must be stored, and how data elements interrelate to create a structured and efficient system.

18
New cards

Why is database design important?

It is the foundation of efficient, reliable, and scalable data management.

19
New cards

What are the steps to transform a logical design into a physical database design?

Transform entities into tables; transform attributes into columns; transform domains into data types and constraints; transform relationships into primary and foreign keys.

20
New cards

What issues do file systems have compared to databases?

Data redundancy and inconsistency; lack of data integration; lack of integrity and security; increased storage space due to redundancy; difficulty in getting quick reports; complex system administration.

Explore top flashcards