Computer Knowledge
Database Management Systems
5,543 Questions
Database Management Systems (DBMS) form the core framework for data storage, retrieval, and security in modern software applications. Concepts such as the E-R model, backup planning, SQL integration, and big data architecture are essential for computer knowledge sections. This hub offers a comprehensive set of practice questions to master DBMS fundamentals and advanced database operations.
E-R Model ConceptsBackup and RecoverySQL Server UpgradesJDBC and ODBCBig Data CharacteristicsData VirtualizationOracle Database
Database Management Systems Questions
B
Correct answer
Explanation
The statement is False. Active data warehouse architecture (also called Active Warehouse Integration or Real-Time Warehouse) integrates and unifies data marts rather than keeping them separate and segregated. The active architecture approach creates a centralized, integrated environment where data marts share conformed dimensions and are coordinated, enabling real-time or near-real-time data integration across the enterprise.
B
Correct answer
Explanation
Information delivery modes are Pull (user actively requests) and Push (system proactively delivers). Ad hoc reports are Pull, but prestored reports can be delivered either way depending on mechanism, and OLAP is typically interactive (Pull). Not all three are exclusively Pull.
-
Relation
-
Entity
-
Records
-
Fields
A,B
Correct answer
Explanation
In relational database theory, a table is called a relation. In ER (Entity-Relationship) modeling, a table representing an entity type can be called an entity. Records and fields refer to data within the table (rows and columns), not the table structure itself.
A
Correct answer
Explanation
Normalization is the formal process of structuring data into relational tables to eliminate redundancy and improve data integrity. It involves organizing columns and tables to minimize data duplication and dependency, which is the foundation of relational database design.
-
Data Quality Management
-
Data Transformations
-
Data Mining
-
Data Security Management
A
Correct answer
Explanation
Data Quality Management is the systematic process of identifying, preventing, and resolving data issues to ensure data is accurate, complete, and reliable. It directly addresses bad data through validation, cleansing, and governance processes. Data Transformations are about converting data formats, Data Mining extracts patterns, and Data Security protects against unauthorized access.
-
ETL Tool processing engine
-
Target database engine
-
Source database engine
-
Source and Target database engine
B
Correct answer
Explanation
ELT (Extract, Load, Transform) differs from traditional ETL by loading raw data into the target database first, then using that target database's powerful processing engine to perform transformations. This approach is more efficient for large datasets compared to transforming before loading.
-
ODS
-
Staging Area
-
Data Warehouse
-
Data Mart
A
Correct answer
Explanation
An Operational Data Store (ODS) is specifically designed to contain current, volatile data from operational systems at the lowest level of granularity. Unlike data warehouses or data marts which store aggregated or historical data, the ODS maintains the most detailed, up-to-date operational data.
-
Integrates disparate data into meaningful information
-
Collects only historical data for past data analysis
-
Defines business rules
-
All of the above
A
Correct answer
Explanation
Business Intelligence systems integrate data from disparate sources across an organization and transform it into meaningful, actionable information for decision-makers. Option B is incorrect because BI analyzes both historical and real-time data, and option C is too narrow - BI uses business rules but isn't primarily about defining them.
-
Can be normalized but often isn't
-
In a flat file format
-
Must be in normalized form to at least 2NF
-
Must be in normalized form to at least 3NF
A
Correct answer
Explanation
Data in a data warehouse is structured for analytical queries and reporting. It can be normalized, but it often is not (denormalized into star or snowflake schemas) to optimize read performance.
-
Data Profiling
-
Data Security
-
Data Governance
-
Master Data Management
B
Correct answer
Explanation
The CIA triad - Confidentiality, Integrity, and Availability - are the three fundamental goals of information security and data security. Data security focuses on protecting these three aspects of data assets from unauthorized access, corruption, or unavailability.
-
Enterprise Information Management
-
Enterprise Transaction Management
-
Enterprise Business Intelligence
-
None of the above
A
Correct answer
Explanation
Data governance is a core component of Enterprise Information Management (EIM), which provides the overarching framework for managing information as an organizational asset. EIM encompasses policies, processes, and technologies for managing data across the enterprise.
-
MOLAP
-
ROLAP
-
HOLAP
-
None of the above
A
Correct answer
Explanation
MOLAP (Multidimensional OLAP) uses specialized multidimensional storage structures optimized for fast query performance, making it ideal for small to medium datasets with complex analytical models. It provides excellent performance for complex aggregations and calculations.
-
Dispersed data -> Collected Data -> Integrated Data -> Information -> Knowledge
-
Collected Data -> Dispersed data -> Integrated Data -> Information -> Knowledge
-
Dispersed data -> Collected Data -> Integrated Data -> Knowledge-> Information
-
Collected Data -> Dispersed data -> Integrated Data -> Knowledge -> Informatio
A
Correct answer
Explanation
In BI architecture, data follows the DIKW hierarchy: dispersed data from various operational sources is collected, integrated and consolidated, transformed into meaningful information, and ultimately converted into actionable knowledge for decision-making. Knowledge precedes wisdom in this framework.
-
Sourcing data from disparate sources and integrating to be central repository
-
A process to change data from a detailed level to a summary level
-
A process to change data from a summary level to a detailed level
-
Separating data from one source into various sources of data
A
Correct answer
Explanation
Data integration is the process of combining data from different sources into a single, unified view. It involves extracting data from disparate systems, transforming it to a common format, and loading it into a central repository like a data warehouse for consistent analysis.
-
Can be updated by end users.
-
Contains numerous naming conventions and formats.
-
Organized around important subject areas.
-
Contains only current data.
C
Correct answer
Explanation
A data warehouse is organized around major subject areas such as sales, finance, or inventory rather than around specific business applications or processes. This subject-oriented design enables comprehensive analysis across integrated data. Data warehouses contain historical data, have consistent naming conventions, and are read-only for end users.