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

Multiple choice technology mainframe
  1. Identification

  2. Procedure

  3. Data

  4. Environment

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2 Everyplace

  2. DB2 Express Edition

  3. DB2 Workgroup Server Edition

  4. DB2Enterprise Server Edition

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2 Personal Edition

  2. DB2 Workgroup Server Edition

  3. DB2Enterprise Server Edition

  4. DB2 Data Warehouse Edition

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2 Connect Enterprise Edition

  2. DB2 Workgroup Server Edition

  3. DB2 Workgroup Server Edition and DB2 Connect Enterprise Edition

  4. DB2Enterprise Server Edition and DB2 Connect Enterprise Edition

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2 Express-C

  2. DB2 Express

  3. DB2 Personal Edition

  4. DB2Enterprise Server Edition

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2Enterprise Server Edition

  2. DB2 Personal Developer's Edition

  3. DB2 Universal Developer's Edition

  4. DB2 Universal Database Enterprise Edition and DB2 Connect Enterprise Edition

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2 for z/OS

  2. DB2 for i5/OS

  3. DB2 Data Warehouse Edition

  4. DB2Enterprise Server Edition

Reveal answer Fill a bubble to check yourself
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).

Multiple choice technology databases
  1. Visual Explain

  2. Alert Center

  3. Journal

  4. Configuration Assistant

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. SQL Assist

  2. Control Center

  3. Command Editor

  4. Developer Workbench

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. Task Center

  2. Visual Explain

  3. Configuration Assistant

  4. Satellite Administration Center

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2 Everyplace

  2. DB2 Express Edition

  3. DB2 Workgroup Server Edition

  4. DB2 Enterprise Server Edition

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2 Express-C

  2. DB2 Express

  3. DB2 Personal Edition

  4. DB2 Enterprise Server Edition

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. DB2 for z/OS

  2. DB2 for i5/OS

  3. DB2 Data Warehouse Edition

  4. DB2 Enterprise Server Edition

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. Task Center

  2. Visual Explain

  3. Configuration Assistant

  4. Satellite Administration Center

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. To examine the health of a DB2 Database Manager instance

  2. To visually construct complex DML statements and examine the results of their execution

  3. To schedule tasks, run tasks, and send notifications about completed task s to other users

  4. To analyze database operations performed against a DB2 for i5/OS database

Reveal answer Fill a bubble to check yourself
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).