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
-
OS requirement
-
User analysis
-
Performance monitoring
-
Data dictionary specification
-
System requirement
C
Correct answer
Explanation
Performance monitoring is an ongoing operational activity in database administration, continuously tracking query performance, resource usage, and system health. The other options are one-time setup or design activities.
-
Structure
-
Design issue
-
Data source
-
Storage issue
-
Operational process
B
Correct answer
Explanation
Security review occurs during the design phase when defining access controls, user permissions, and data security policies. The structure and storage phases focus on technical implementation, not security planning.
-
Data about data
-
Describes a data dictionary
-
Self-describing
-
Includes user data
-
Supports its own structure
D
Correct answer
Explanation
Metadata is data about data - it describes the structure, schema, and data dictionary but does not include actual user data values. Options A, B, C, and E all describe legitimate characteristics of metadata.
-
Encryption key management
-
Graphical User Interface Widgets
-
Thread creation, execution, & coordination
-
Network socket creation/operation
-
If/Then, for, do/while statements
E
Correct answer
Explanation
RDBMS procedural SQL extensions (PL/SQL, T-SQL) add programming constructs like conditionals and loops for procedural logic. Encryption, GUI widgets, threading, and network sockets are systems-level features outside SQL scope.
-
More entities are needed.
-
The model should be denormalized.
-
The tables are not properly indexed.
-
The model cannot be implemented physically.
-
More attributes are needed.
E
Correct answer
Explanation
A mandatory 1:1 relationship often indicates insufficient attribute analysis - additional attributes may reveal why entities are separate or show they should be merged. This is a modeling smell suggesting incomplete analysis.
-
ARPAnet.
-
input area on a web page.
-
method used to keep web pages formatted correctly.
-
an interent activity that involves synthesis of information.
C
Correct answer
Explanation
HTML tables are used to organize and display data in rows and columns, helping maintain proper formatting and structure on web pages. They were historically also misused for page layout before CSS became widely adopted. Option C describes this formatting purpose, though somewhat vaguely.
-
99user.ldif
-
dse.ldif
-
db2ldif
-
des.ldif
B
Correct answer
Explanation
The dse.ldif file in directory servers contains the directory specific entry configuration including attribute indexes. This file stores backend configuration information for the directory service.
-
99user.ldif
-
dse.ldif
-
db2ldif
-
des.ldif
B
Correct answer
Explanation
The dse.ldif file contains indexes for attributes in a Directory Server. LDIF (LDAP Data Interchange Format) files are used to store directory data, and dse.ldif specifically holds the backend configuration including attribute indexes that optimize search and lookup operations. Option A (99user.ldif) is typically for user-specific customizations, while options C and D are not standard LDIF configuration files for this purpose.
-
Data Validation
-
Data Mining
-
Report Generation
-
Data Modeling
A
Correct answer
Explanation
ETL lifecycle specifically includes Data Validation as a core task type. Data Mining, Report Generation, and Data Modeling are separate activities that occur outside the ETL lifecycle - Data Mining is analysis, Report Generation is downstream BI, and Data Modeling is a design phase activity.
B
Correct answer
Explanation
A single Source qualifier transformation cannot pull data from multiple databases - it can only connect to one source at a time. To combine data from multiple databases, you would need multiple source qualifiers joined together using a Joiner transformation. This is a fundamental architectural constraint in ETL tools.
-
the capability to access data from any source, regardless of format or system
-
The ability to access data without proper authorization
-
The ability to store data in one source without it being accessible to other systems
-
The ability to manipulate data remotely
A
Correct answer
Explanation
Enterprise Information Integration (EII) is fundamentally about the capability to access data from any source regardless of format or system - it provides unified access to heterogeneous data sources. The other options either describe unauthorized access (B), data silos (C), or remote manipulation (D), which are not the core purpose of EII.
-
High performance decision support environments
-
Master Data Management hubs
-
Online Transaction processing
-
All the above
A,B
Correct answer
Explanation
ETL is fundamental to data warehousing and decision support systems, making it essential for high-performance decision support environments and Master Data Management hubs. It is not designed for OLTP systems, which require real-time transaction processing rather than batch-oriented extraction, transformation, and loading.
-
Refers to skills, processes, technologies, applications and practices used to support - decision making
-
Is the creation of architecture for a Decision Support System
-
Provides historical, current, and predictive views of business operations
-
All of the above
D
Correct answer
Explanation
Business Intelligence encompasses all these aspects: the skills and technologies for decision-making (A), the architecture for decision support systems (B), and providing multi-temporal views of business operations (C). BI is a comprehensive discipline that integrates all these elements to support data-driven decision making.
-
Subject- oriented, integrated, time variant (temporal) and volatile
-
Transaction - oriented, integrated, time variant (temporal) and non-volatile
-
Subject- oriented, integrated, non time variant (temporal) and volatile
-
Subject- oriented, integrated, time variant (temporal) and non-volatile
D
Correct answer
Explanation
A data warehouse has four key characteristics: it is subject-oriented (organized by major subject areas), integrated (consistent data standards), time-variant/temporal (captures historical changes over time), and non-volatile (data is read-only, not updated or deleted). Option D correctly lists all four properties.