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
-
a thesaurus
-
a language dictionary
-
a dictionary of syononyms
-
a list of subject headings
A
Correct answer
Explanation
A thesaurus is a controlled vocabulary tool used in information retrieval to organize terms and show relationships between concepts.
-
pre-coordinate indexing system
-
post-coordinate indexing system
-
management system
-
classification system
A
Correct answer
Explanation
PRECIS (Preserved Context Indexing System) is a pre-coordinate indexing system developed by Derek Austin for the British National Bibliography.
-
titles
-
citations
-
abstract
-
full text
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.
-
To repeat the transaction
-
To update transaction
-
To save all transactions
-
To recover from transaction failure
D
Correct answer
Explanation
Rollback is used to recover from transaction failure. We make savepoints, like checkpoints to save our transactions.
-
Not less join but dependency preserving
-
Loss less join but not dependency preserving
-
Loss less join and dependency preserving
-
None of these
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.
-
Aborted
-
Commited
-
Rollback
-
Partially aborted
D
Correct answer
Explanation
A transaction can never be partially aborted or partially commited or partially terminated.
-
Level 1
-
Level 2
-
Level 3
-
None of these
C
Correct answer
Explanation
The ANSI/SPARC is a three level architecture. This shows that a data model can be an external model (or view), a conceptual model, or a physical model. This is not the only way to look at data models, but it is an useful way, particularly when comparing models.
-
Network model
-
Hierarchical model
-
Relational model
-
None of these
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 .
-
Union
-
NESTED IF
-
AGGREGATION
-
None of these
C
Correct answer
Explanation
Data aggregation is when the data is accrued, possibly from various sources.
-
Schema
-
Database instance
-
Sub-schema
-
All of the above
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.
-
Redundancy
-
Versioning
-
Transition
-
None of these
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.
-
Transaction manager
-
End user
-
Storage manager
-
None of these
A
Correct answer
Explanation
System failures are detected by transaction manager. They also maintain the state of the base prior to failure.
-
Only 1
-
Only 2
-
Only 3
-
Only 1 and 2
-
Only 2 and 3
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.
-
COG
-
CDART
-
InterPro
-
ProDom
-
ProtoNet
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.
-
It is used to store the information for the CLI specific.
-
It is used to provide the application specific features to the assembly.
-
It has the data attributes in the application.
-
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.
-
All of these
E
Correct answer
Explanation
Yes this is the correct answer.