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
  1. Exclusive mode

  2. Two-very-safe

  3. Growing phase

  4. One-safe

  5. Detection of failure

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

The problem with this scheme is that updates of a committed transaction may not have made it to the backup site, when the backup site takes over processing.

Multiple choice
  1. Can be updated by the end users

  2. Contains numerous naming conventions and formats

  3. Organized around important subject areas

  4. Contains only current data

  5. None of these

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

A data warehouse is a subject-oriented, integrated, time-variant, and non-volatile collection of data. It is designed to support management decision-making by organizing data around key business subjects rather than specific applications.

Multiple choice
  1. hardware system used to create, maintain and provide controlled access to a database

  2. hardware system used to create, maintain, and provide uncontrolled access to a database

  3. software system used to create, maintain, and provide uncontrolled access to a database

  4. software system used to create, maintain, and provide controlled access to a database

  5. None of these

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

A Database Management System (DBMS) is software designed to define, create, maintain, and control access to a database, ensuring data integrity and security.

Multiple choice
  1. Structures

  2. Field markers

  3. Field definition

  4. Field names

  5. None of these

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

Field names are the identifiers used to label and describe the content stored within specific database fields. They provide the necessary context for what data is expected in that column.

Multiple choice
  1. minimize the number of relationships

  2. minimize the number of entities

  3. minimize the number of tables

  4. minimize the number of redundancy

  5. None of these

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

Normalization is the process of organizing data in a database to reduce redundancy and improve data integrity. By breaking tables into smaller, related units, it ensures each piece of data is stored in only one place.