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 platforms and products
  1. Orchestrate schemas column data types are same as those used in Datastage Stages

  2. Examples of Orchestrate schemas column data types are varchar and integer

  3. int 32 is not an example of Orchestrate schemas column data types

  4. OSH import operators are needed to convert data read from sequential files into schema types.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Orchestrate (IBM InfoSphere DataStage parallel framework) has its own type system distinct from standard DataStage stages. OSH (Orchestrate Shell) import operators explicitly handle type conversion from external formats like sequential files into Orchestrate schema types. A is false because they're different systems, B is false because varchar/integer aren't native Orchestrate types, C is false because int32 IS a valid Orchestrate type.

Multiple choice technology databases
  1. DSN1SDMP

  2. DSN1LOGP

  3. DSN1COMP

  4. DSN1CHKR

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DSN1CHKR is the IBM DB2 standalone utility that verifies the integrity of the DB2 directory and catalog. This is a critical diagnostic tool. DSN1SDMP is for formatted dumps, DSN1LOGP prints log records, DSN1COMP compresses data. Only DSN1CHKR performs integrity verification of DB2's core metadata structures.

Multiple choice technology databases
  1. DSN1COMP

  2. DSN1CHKR

  3. DSN1COPY

  4. DSN1SDMP

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DSN1COMP is a DB2 for z/OS standalone utility that analyzes data in a table space or image copy to estimate the percentage of disk space saved if compression is enabled. DSN1CHKR checks page consistency, DSN1COPY copies data sets, and DSN1SDMP dumps data pages.

Multiple choice technology databases
  1. DSN1COMP

  2. DSN1PRNT

  3. DSN1SDMP

  4. DSN1COPY

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DSN1COPY is the IBM DB2 standalone utility used to move data between DB2 subsystems. It translates internal identifiers (OBID = Object ID, PSID = Page Set ID, DBID = Database ID) to make data valid in the target subsystem. DSN1COMP compresses, DSN1PRNT prints, DSN1SDMP dumps. Only DSN1COPY handles cross-subsystem data movement with ID translation.

Multiple choice technology databases
  1. DSN1COMP

  2. DSN1PRNT

  3. DSN1SDMP

  4. DSN1COPY

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DSN1COPY is the IBM DB2 standalone utility used to move data between DB2 subsystems. It translates internal identifiers (OBID = Object ID, PSID = Page Set ID, DBID = Database ID) to make data valid in the target subsystem. DSN1COMP compresses, DSN1PRNT prints, DSN1SDMP dumps. Only DSN1COPY handles cross-subsystem data movement with ID translation. This is a duplicate question.

Multiple choice technology databases
  1. DSN1SDMP

  2. DSN1LOGP

  3. DSN1COMP

  4. DSN1CHKR

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DSN1CHKR is the DB2 standalone utility specifically designed to verify the integrity of the DB2 directory and catalog structures. It checks for structural inconsistencies and reports any corruption found. DSN1SDMP is for formatting data dumps, DSN1LOGP formats log records, and DSN1COMP estimates compression savings.

Multiple choice technology databases
  1. DSN1COMP

  2. DSN1CHKR

  3. DSN1COPY

  4. DSN1SDMP

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

DSN1COMP is the compression utility that analyzes data and estimates the space savings achievable through DB2 data compression. It provides detailed reports on compression ratios without actually compressing the data. DSN1CHKR checks integrity, DSN1COPY copies data, and DSN1SDMP dumps data.

Multiple choice technology databases
  1. DSN1COMP

  2. DSN1PRNT

  3. DSN1SDMP

  4. DSN1COPY

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DSN1COPY is the standalone utility used to copy data between DB2 subsystems while automatically translating internal identifiers like OBID (Object ID), PSID (Page Set ID), and DBID (Database ID). This ensures data remains valid when moved to a different subsystem. DSN1COMP is for compression, DSN1PRNT prints formatted data, and DSN1SDMP dumps data.

Multiple choice technology databases
  1. DSN1COMP

  2. DSN1PRNT

  3. DSN1SDMP

  4. DSN1COPY

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

DSN1COPY is the standalone utility used to copy data between DB2 subsystems while automatically translating internal identifiers like OBID (Object ID), PSID (Page Set ID), and DBID (Database ID). This ensures data remains valid when moved to a different subsystem. DSN1COMP is for compression, DSN1PRNT prints formatted data, and DSN1SDMP dumps data.

Multiple choice technology databases
  1. Oracle Managed Files used for this instance.

  2. The USER_DATA tablespace in managed using FET$/UET$ tables.
  3. The COMPATIBLE intialization paramter must be 9.0.0 or higer.

  4. Space within segments is the USER_DATA tablespace is managed with freelists.

Reveal answer Fill a bubble to check yourself
A Correct answer