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
-
Identification
-
Procedure
-
Data
-
Environment
C
Correct answer
Explanation
The LINKAGE SECTION in COBOL is part of the DATA DIVISION. It defines data items that are passed between programs when one program calls another. The other divisions are IDENTIFICATION DIVISION, PROCEDURE DIVISION, and ENVIRONMENT DIVISION, but the linkage section specifically belongs to DATA DIVISION.
-
DB2 Everyplace
-
DB2 Express Edition
-
DB2 Workgroup Server Edition
-
DB2Enterprise Server Edition
B
Correct answer
Explanation
DB2 Express Edition supports up to 2 CPUs and is positioned as IBM's entry-level server offering for production environments. DB2 Everyplace targets mobile devices, while Workgroup and Enterprise Server Editions support more CPUs and cost more.
-
DB2 Personal Edition
-
DB2 Workgroup Server Edition
-
DB2Enterprise Server Edition
-
DB2 Data Warehouse Edition
A
Correct answer
Explanation
DB2 Personal Edition functions as a client that can connect to remote DB2 servers but cannot accept connections from other clients. The Workgroup, Enterprise, and Data Warehouse editions are full server products that can both initiate and accept remote connections.
-
DB2 Connect Enterprise Edition
-
DB2 Workgroup Server Edition
-
DB2 Workgroup Server Edition and DB2 Connect Enterprise Edition
-
DB2Enterprise Server Edition and DB2 Connect Enterprise Edition
D
Correct answer
Explanation
The Solaris server needs a full DB2 server product to host the database (Enterprise Server Edition) plus DB2 Connect Enterprise Edition to enable connections from the mainframe (z/OS) client. DB2 Connect is specifically required for mainframe-to-distributed system connectivity.
-
DB2 Express-C
-
DB2 Express
-
DB2 Personal Edition
-
DB2Enterprise Server Edition
D
Correct answer
Explanation
For HP-UX specifically, DB2 Enterprise Server Edition is the only product listed that is available for this platform. DB2 Express-C is the free community edition (not a licensed product), DB2 Express targets Windows/Linux, and DB2 Personal is for Windows workstations only.
-
DB2Enterprise Server Edition
-
DB2 Personal Developer's Edition
-
DB2 Universal Developer's Edition
-
DB2 Universal Database Enterprise Edition and DB2 Connect Enterprise Edition
C
Correct answer
Explanation
DB2 Universal Developer's Edition includes both the development tools and the client connectivity needed to build applications that access remote DB2 servers, including mainframe (z/OS) databases. The Enterprise Edition is a production server license, Personal Developer's Edition lacks mainframe connectivity, and purchasing both Enterprise Edition and Connect separately would be redundant for development.
-
DB2 for z/OS
-
DB2 for i5/OS
-
DB2 Data Warehouse Edition
-
DB2Enterprise Server Edition
B
Correct answer
Explanation
DB2 for i5/OS (now called DB2 for i) is the integrated database management system that is part of the IBM i operating system and can only run on System i hardware (formerly AS/400). DB2 for z/OS is for mainframes, while the other editions are for distributed platforms (Windows, Linux, UNIX).
-
Visual Explain
-
Alert Center
-
Journal
-
Configuration Assistant
A
Correct answer
Explanation
Visual Explain in DB2 includes the ability to catalog databases through its interface. Alert Center monitors database health, Journal tracks administrative activities, and Configuration Assistant is primarily for setting up client connections to databases, not cataloging them.
-
SQL Assist
-
Control Center
-
Command Editor
-
Developer Workbench
D
Correct answer
Explanation
The DB2 Developer Workbench is an integrated development environment used by developers to create, edit, debug, and deploy user-defined functions (UDFs) and stored procedures. Other tools like SQL Assist or Command Editor are focused on query construction and execution.
-
Task Center
-
Visual Explain
-
Configuration Assistant
-
Satellite Administration Center
C
Correct answer
Explanation
The Configuration Assistant (db2ca) is the DB2 tool specifically designed for setting and managing DB2 registry parameters and instance configuration. Task Center is for scheduling tasks, Visual Explain shows query access plans, and Satellite Administration Center manages satellite databases.
-
DB2 Everyplace
-
DB2 Express Edition
-
DB2 Workgroup Server Edition
-
DB2 Enterprise Server Edition
B
Correct answer
Explanation
DB2 Express Edition is the lowest-cost edition that can be legally installed on a Windows server with 2 CPUs. DB2 Everyplace is for mobile devices, while Workgroup Server Edition and Enterprise Server Edition are more expensive products with additional features.
-
DB2 Express-C
-
DB2 Express
-
DB2 Personal Edition
-
DB2 Enterprise Server Edition
D
Correct answer
Explanation
DB2 Enterprise Server Edition is the lowest-cost edition compatible with HP-UX. Other lower-tier products like DB2 Express and DB2 Personal Edition are restricted to platforms such as Windows, Linux, or Solaris x86, making them unavailable for installation on HP-UX systems.
-
DB2 for z/OS
-
DB2 for i5/OS
-
DB2 Data Warehouse Edition
-
DB2 Enterprise Server Edition
B
Correct answer
Explanation
DB2 for i5/OS is specifically designed to run only on IBM System i servers (formerly AS/400). DB2 for z/OS runs on mainframes, while Data Warehouse Edition and Enterprise Server Edition can run on multiple platforms including Linux, Unix, and Windows.
-
Task Center
-
Visual Explain
-
Configuration Assistant
-
Satellite Administration Center
C
Correct answer
Explanation
This is a duplicate of question 153119. The Configuration Assistant (db2ca) is the DB2 tool specifically designed for setting and managing DB2 registry parameters and instance configuration. Task Center is for scheduling tasks, Visual Explain shows query access plans, and Satellite Administration Center manages satellite databases.
-
To examine the health of a DB2 Database Manager instance
-
To visually construct complex DML statements and examine the results of their execution
-
To schedule tasks, run tasks, and send notifications about completed task s to other users
-
To analyze database operations performed against a DB2 for i5/OS database
D
Correct answer
Explanation
The SQL Performance Monitor is a tool specifically designed to analyze and monitor database operations performance on DB2 for i5/OS systems. It helps database administrators track query execution, identify performance bottlenecks, and optimize database operations. The other options describe different DB2 tools like the Health Monitor (A), Visual Explain (B), and Task Center (C).