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. a thesaurus

  2. a language dictionary

  3. a dictionary of syononyms

  4. a list of subject headings

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

A thesaurus is a controlled vocabulary tool used in information retrieval to organize terms and show relationships between concepts.

Multiple choice
  1. pre-coordinate indexing system

  2. post-coordinate indexing system

  3. management system

  4. classification system

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

PRECIS (Preserved Context Indexing System) is a pre-coordinate indexing system developed by Derek Austin for the British National Bibliography.

Multiple choice
  1. titles

  2. citations

  3. abstract

  4. full text

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

KWIC (Keyword-in-Context) indexing is a computer-based system that generates index entries by permuting the words in the title of a document.

Multiple choice
  1. To repeat the transaction

  2. To update transaction

  3. To save all transactions

  4. To recover from transaction failure

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

Rollback is used to recover from transaction failure. We make savepoints, like checkpoints to save our transactions.

Multiple choice
  1. Not less join but dependency preserving

  2. Loss less join but not dependency preserving

  3. Loss less join and dependency preserving

  4. None of these

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

 For every functional dependency, X->Y in a set F of functional dependencies are over. Unfortunately, BCNF is not dependency preserving. Dependency preserving is not a condition for BCNF decomposition.

Multiple choice
  1. Network model

  2. Hierarchical model

  3. Relational model

  4. None of these

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

 A data type as used in a typical relational database might be the set of integers. The popularity of the network data model coincided with the popularity of the hierarchical data model.Thus, the Network model uses SET .

Multiple choice
  1. Schema

  2. Database instance

  3. Sub-schema

  4. All of the above

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

View is like a window to the table in the database or of the database, through which we can see the database. VIEW is a command to make a view of some essential attributes or columns of a database or table, so it is also called a sub-schema.

Multiple choice
  1. Redundancy

  2. Versioning

  3. Transition

  4. None of these

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

Versioning involves recording and managing changes to a multi-user GEO database by creating a 'version' of the database—an alternative, independent, persistent view of the database that does not involve in creating a copy of the data and supports multiple concurrent.

Multiple choice
  1. Only 1

  2. Only 2

  3. Only 3

  4. Only 1 and 2

  5. Only 2 and 3

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

PSIBLAST is a statistically driven search method that finds regions of similarity between your query sequence and database sequences and produces gapped alignments of those regions. Within these aligned regions, the calculated score is a level higher than you would normally expect.

Multiple choice
  1. COG

  2. CDART

  3. InterPro

  4. ProDom

  5. ProtoNet

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

Yes, it is the correct answer. InterPro is an integrated pattern database designed to unify multiple databases for protein domains and functional sites. The database integrates information from PROSITE, Pfam, PRINTS, ProDom and SMART databases. The sequence patterns from the five databases are further processed. Only overlapping motifs and domains in a protein sequence derived by all five databases are included.

Multiple choice
  1. It is used to store the information for the CLI specific.

  2. It is used to provide the application specific features to the assembly.

  3. It has the data attributes in the application.

  4. It allows the creator of the class, the ability to adorn it with extra information that consumers of the class can use in various meaningful ways depending on the application domain.

  5. All of these

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

Yes this is the correct answer.