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. Can be updated by the end users

  2. Contains numerous naming conventions and formats

  3. Organised 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 large repository of data collected from various sources within an organization. It is specifically organized around important subject areas to support decision-making and analysis.

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

In a database, a field is a single piece of information. The labels used to identify these pieces of information within a table are called field names.

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 in database design aims to minimize redundancy by organizing data efficiently and eliminating duplicate information. It does not minimize relationships, entities, or tables directly; these may increase during normalization. The phrasing should be 'minimize redundancy' but the intent is correct.

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 that allows users to define, create, maintain, and control access to a database. It acts as an interface between the user and the database.

Multiple choice
  1. It is a physical representation of the data.

  2. It allows a many-to-many relationship.

  3. It is conceptually simple.

  4. It will be dominant database of the future.

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

A network database structure allows a record to have multiple parent records, which facilitates many-to-many relationships, unlike the hierarchical model which is restricted to one-to-many.

Multiple choice
  1. data elements

  2. records and files

  3. records relationships

  4. all of the above

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

A database schema is the skeleton structure that represents the logical view of the entire database, including data elements, records, files, and the relationships between them.

Multiple choice
  1. to check all input data

  2. to check all spellings

  3. to collect and organize input data

  4. to output data

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

The primary function of a database is to provide a structured way to collect, store, manage, and organize input data so it can be retrieved efficiently.

Multiple choice
  1. dBASE 1V

  2. 4th dimension

  3. Fox Pro

  4. Reflex

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

dBASE, 4th Dimension, and FoxPro are classic relational database management systems. Reflex is a flat-file database program, not a relational one.