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
  1. used for OLAP,denormalized,easy to navigate

  2. used for OLTP,denormalized,easy to navigate

  3. used for OLAP,normalized,easy to navigate

  4. used for OLAP,denormalized,not easy to navigate

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

Data warehouse schemas are designed for OLAP (analytical processing) not OLTP, use denormalized structures to optimize query performance, and are organized for easy navigation of business dimensions.

Multiple choice technology databases
  1. Relational

  2. Hierarchial

  3. Network

  4. None of the above

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

IDMS (Integrated Database Management System) is a classic network database management system designed for mainframes, based on the CODASYL network model. It is not a relational or hierarchical database.

Multiple choice technology packaged enterprise solutions
  1. Organization view

  2. All view

  3. My team's view

  4. Marketing administration view

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

In Siebel CRM, the 'All view' (such as 'All Accounts View') allows users with appropriate visibility privileges to access all records in the database, bypassing typical owner or team restrictions. Other views restrict records by organization, team, or specific administrative groups.

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 for IBM System i servers (formerly iSeries and AS/400). DB2 for z/OS runs on IBM mainframe systems. DB2 Data Warehouse Edition and DB2 Enterprise Server Edition are cross-platform products that can be installed on various server types including Linux, Unix, and Windows servers.

Multiple choice technology databases
  1. SERVER

  2. CLIENT

  3. DCS

  4. SERVER_ENCRYPT

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

DB2 9 supports several authentication types: SERVER (database authenticates), CLIENT (client authenticates), SERVER_ENCRYPT (server with encrypted passwords), and KERBEROS. DCS (Database Connection Services) is not an authentication method - it's a feature that enables access to non-DB2 databases like DB2 for z/OS through DRDA connectivity.

Multiple choice technology databases
  1. Control Center

  2. SQL Assist

  3. Configuration Assistant

  4. Command Line Processor

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

Cataloging a database makes it known to the DB2 system and adds an entry to the system database directory. Control Center, Configuration Assistant, and Command Line Processor (CLP) can all catalog databases. SQL Assist is a coding helper feature within tools that provides SQL syntax help and autocompletion - it cannot perform administrative operations like cataloging.

Multiple choice technology databases
  1. INT

  2. CHAR

  3. XML

  4. DOUBLE

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

Fixed-length data types always occupy the same storage regardless of actual content. INT is always 4 bytes, CHAR(n) always uses exactly n bytes, and DOUBLE is always 8 bytes. XML is a variable-length type that stores XML documents and consumes space based on the actual XML content size, making it the correct answer.

Multiple choice technology databases
  1. BLOB

  2. CLOB

  3. DBCLOB

  4. GRAPHIC

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

CLOB (Character Large Object) stores single-byte character data and can hold up to 2GB, making it suitable for 1000MB. BLOB stores binary data, DBCLOB stores double-byte character data (for Unicode), and GRAPHIC stores fixed-length double-byte strings. The question specifies single-byte character data, so CLOB is correct.

Multiple choice technology databases
  1. It is a KeyFlex field used to store different segment values.

  2. It will store attribute values that will be used to track future requirements.

  3. knowledge Flex Field

  4. It is containing of one segment

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

A KeyFlex field (also called Key Flexfield) in Oracle EBS is used to store different segment values for structured data like accounting codes. Option A correctly identifies this. Option B describes Descriptive Flexfields, not Key Flexfields. Option C is a typo and incorrect. Option D is incorrect as Key Flexfields can have multiple segments.

Multiple choice technology databases
  1. It is a KeyFlex field used to store different segment values.

  2. It will store attribute values that will be used to track future requirements.

  3. knowledge Flex Field

  4. It is containing of one segment

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

This is a duplicate of question 135753. A KeyFlex field in Oracle EBS stores structured segment values (like account codes). Option A is correct. Option B describes Descriptive Flexfields. Option C is a typo. Option D is wrong as Key Flexfields support multiple segments.