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. OWL

  2. GenBank

  3. NRL-3D

  4. PIR

  5. SWISS-PROT

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

Correct answer. Composite database: A database that amalgamates a number of primary sources, using a set of defined criteria that determine the priority of inclusion of the different sources and the level of redundancy retained. OWL is a composite database that amalgamates information from SWISS-PROT, PIR, GenBank and NRL-3D databases.

Multiple choice
  1. NRDB and MIPSX

  2. PRINTS and BLOCKS

  3. GenBank and DDBJ

  4. PIR and MIPS

  5. EMBL and TrEMBL

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

Correct answer. PRINTS and BLOCKS are secondary databases. Secondary database: A database that contains information derived from primary sequence data, typically in the form of regular expressions (patterns), fingerprints, blocks, profiles or Hidden Markov Models. PRINTS: Primary source- OWL; Stored Information - Aligned motifs (fingerprints) BLOCKS: Primary source- PROSITE/PRINTS; Stored Information - Aligned motifs (blocks)

Multiple choice
  1. data dictionary

  2. data table

  3. data record

  4. data field

  5. None of these

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

A data dictionary contains data descriptions and defines the name, data type, and length of each field in the database. It serves as metadata repository that documents the structure and properties of data elements, unlike data tables (actual data), records (rows), or fields (individual data units).

Multiple choice
  1. 9

  2. 7

  3. 8

  4. 6

  5. None of these

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

There are seven types of keys in relational database. These are: 1.) Primary key 2.) Candidate key 3.) Super key 4.) Foreign key 5.) Alternate key 6.) Artificial key 7.) Composite key So, this is the correct answer.

Multiple choice
  1. Composite entity set

  2. Weak entity set

  3. Strong entity set

  4. Derived entity set

  5. None of these

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

This is the correct answer. The entity set that doesn’t have sufficient attributes to form a primary key and relies on another for its identification is called a weak entity set. It doesn’t have a primary key. So, this is the correct answer.

Multiple choice
  1. 6

  2. 5

  3. 4

  4. 3

  5. None of these

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

There are five types of attributes in relational database. These are: 1.) Simple attribute 2.) Composite attribute 3.) Single-valued attribute 4.) Multivalued attribute 5.) Derived attribute So, this is the correct answer.

Multiple choice
  1. 5

  2. 4

  3. 3

  4. 2

  5. None of these

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

There are 3 types of data models present in DBMS. These are: 1.) Object based data model 2.) Record based data model 3.) Physical data model So, this is the correct answer.

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
B Correct answer
Explanation

Data warehouses integrate data from multiple source systems, which inherently contain different naming conventions and formats. During extraction and loading (ETL), the warehouse must handle these diverse formats before standardizing them for analysis.

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

Option (4) is the correct answer.

Multiple choice
  1. Logical design is software-dependent

  2. In a distributed database, database is stored in one physical location

  3. Conceptual design translates the logical design into internal model

  4. Logical design is software independent

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer