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
-
Orchestrate schemas column data types are same as those used in Datastage Stages
-
Examples of Orchestrate schemas column data types are varchar and integer
-
int 32 is not an example of Orchestrate schemas column data types
-
OSH import operators are needed to convert data read from sequential files into schema types.
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.
-
TIMESTAMP
-
INTERVAL MONTH TO DAY
-
INTERVAL DAY TO SECOND
-
INTERVAL YEAR TO MONTH
-
TIMESTAMP WITH DATABASE TIMEZONE
A,C,D
Correct answer
Explanation
TIMESTAMP, INTERVAL DAY TO SECOND, and INTERVAL YEAR TO MONTH are standard datetime and interval data types supported in SQL for column definitions.
-
DSN1SDMP
-
DSN1LOGP
-
DSN1COMP
-
DSN1CHKR
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.
-
DSN1COMP
-
DSN1CHKR
-
DSN1COPY
-
DSN1SDMP
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.
-
DSN1COMP
-
DSN1PRNT
-
DSN1SDMP
-
DSN1COPY
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.
-
DSN1COMP
-
DSN1PRNT
-
DSN1SDMP
-
DSN1COPY
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.
-
DSN1SDMP
-
DSN1LOGP
-
DSN1COMP
-
DSN1CHKR
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.
-
DSN1COMP
-
DSN1CHKR
-
DSN1COPY
-
DSN1SDMP
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.
-
DSN1COMP
-
DSN1PRNT
-
DSN1SDMP
-
DSN1COPY
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.
-
DSN1COMP
-
DSN1PRNT
-
DSN1SDMP
-
DSN1COPY
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.
-
Perform I/O
-
Lock rows that are not data dictionary rows
-
Monitor other Oracle processes
-
Connect users to the Oracle instance
-
Execute SQL statments issued through an application
-
Control file
-
Extent
-
Segment
-
Data file
-
Log file
-
Tablespace
-
ABORT
-
NORMAL
-
IMMEDIATE
-
TRANSACTIONAL
-
CREATE USER
-
CREATE SESSION
-
CREATE ANY TABLE
-
IMP_FULL_DATABASE
-
EXP_FULL_DATABASE
-
Oracle Managed Files used for this instance.
-
The USER_DATA tablespace in managed using FET$/UET$ tables.
-
The COMPATIBLE intialization paramter must be 9.0.0 or higer.
-
Space within segments is the USER_DATA tablespace is managed with freelists.