Database Development Vocabulary

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

1/24

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary and concepts discussed in the Database Development lecture, including database lifecycle phases, business intelligence, data administration, and SQL practices.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

25 Terms

1
New cards

Database Development Lifecycle (DDLC)

Framework for database development to ensure structured approach.

2
New cards

Phase 1: Database Initial Study

Analysing the organization, defining problems and constraints, defining objectives, and defining scope and boundaries.

3
New cards

Phase 2: Database Design (Part 1)

Data requirement analysis, ER modelling and normalisation, and ER Model verification.

4
New cards

Phase 2: Database Design (Part 2)

Select resources for Implementation, Logical Design, and Physical Design.

5
New cards

Phase 3: Implementation and Loading

Creating DB, assigning permission to a Database Administrator (DBA), creating tables within DB, and assigning permission to users.

6
New cards

Phase 4: Testing and Evaluation

Testing performance, security constraints, integrity and concurrent access.

7
New cards

Phase 5: Operation

Completed database going into production, users start to interact with data, DBA fine-tunes, allocates storage, controls access, and performs backups.

8
New cards

Phase 6: Maintenance and Evaluation

Preventive, corrective, and adaptive maintenance; access control, statistics, auditing, and periodic system-usage summaries.

9
New cards

Business Intelligence (BI)

Comprehensive, cohesive, integrated set of tools and processes that captures, collects, integrates, stores, and analyzes data, generating information to support business decision making.

10
New cards

Artificial Intelligence (AI)

A technique which enables machines to replicate human’s intelligent behaviours.

11
New cards

Machine Learning

Subset of AI technique to enable machines to learn from data with statistical methods.

12
New cards

Deep Learning

Subset of ML with multi-layer neural network.

13
New cards

Data visualization

Enhances data understanding through advanced visual techniques (e.g., charts, graphs).

14
New cards

Online Analytical Processing (OLAP) tools

Enables multidimensional data analysis (e.g., drill-down, roll-up) since data is organized in cubes with dimensions like time, geography, product, etc..

15
New cards

Portals

Provides a unified, web-based entry point to integrate and distribute data from multiple sources into a single webpage.

16
New cards

Data analysis and reporting tools

Queries diverse data sources to generate integrated reports.

17
New cards

Data-mining tools

Applies advanced statistical analysis to uncover hidden patterns or opportunities in business data.

18
New cards

Data warehouses (DW)

Serves as the foundation of BI infrastructure, integrating production system data in near real-time into BI tools.

19
New cards

DATA ADMINISTRATOR (DA)

Focuses on strategic planning, control, and supervision, setting long-term goals and policies.

20
New cards

DATABASE ADMINISTRATOR (DBA)

Focuses on executing plans, enforcing policies, and daily operations.

21
New cards

foreign key

A key that uniquely identifies a row in another table.

22
New cards

Nosql Database Characteristic

It can handle large volumes of unstructured data.

23
New cards

INNER JOIN

Returns only rows that have matching values in the common column of both tables.

24
New cards

3NF (Third Normal Form)

Removes transitive dependencies.

25
New cards

Primary role of a Data Warehouse (DW) in Business Intelligence (BI)

To serve as the foundational infrastructure and enable BI tools.