Untitled Deck Flashcards
(58 cards)
What is a Many-to-Many relationship?
A relationship where many records in one entity are associated with many records in another entity.
What is a Many-to-One relationship?
A relationship where many records in one entity are associated with one record in another entity.
What is a One-to-One relationship?
A relationship where one record in an entity is associated with only one record in another entity.
What is a Star Schema?
A data-modeling technique that organizes data into fact and dimension tables, often used in data warehouses.
What does a Fact Table contain?
Contains numeric data (e.g., sales, revenue).
What do Dimension Tables contain?
Contain descriptive attributes (e.g., time, geography).
What is the relationship between Fact and Dimension Tables?
The fact table is connected to dimension tables in a many-to-one (M:1) relationship.
What are the stages of the Systems Development Life Cycle (SDLC)?
Planning, Analysis, Detailed Design, Implementation, Maintenance.
What is the first stage of the SDLC?
Planning: Determine the project’s scope and objectives.
What is the purpose of the Analysis stage in SDLC?
Define system requirements and identify challenges.
What is involved in the Detailed Design stage of SDLC?
Outline system specifications.
What happens during the Implementation stage of SDLC?
Code and deploy the system.
What is the final stage of SDLC?
Maintenance: Regular updates and bug fixes.
What are the stages of the Database Life Cycle (DBLC)?
Initial Study, Database Design, Implementation and Loading, Testing and Evaluation, Operation, Maintenance and Evolution.
What is the first stage of the DBLC?
Initial Study: Analyze requirements and constraints.
What occurs during the Database Design stage of DBLC?
Develop logical and physical models.
What happens in the Implementation and Loading stage of DBLC?
Create database structures and load data.
What is the purpose of the Testing and Evaluation stage in DBLC?
Verify functionality and performance.
What occurs during the Operation stage of DBLC?
Begin database use and monitor.
What is the final stage of DBLC?
Maintenance and Evolution: Regular updates and adjustments.
What is Data Mining?
The process of analyzing large datasets to discover patterns and extract meaningful information.
What is Predictive Analytics?
Uses data mining, statistics, and machine learning to predict future outcomes.
What is a Data Warehouse?
A central repository for integrated, subject-oriented, time-variant, and nonvolatile data supporting decision-making.
What is a Data Mart?
A smaller, focused subset of a data warehouse for specific business units.