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
-
GDB
-
HOMSTRAD
-
JASPAR
-
NDB
-
OMIM
C
Correct answer
Explanation
Correct answer.
JASPAR is a collection of transcription factor DNA-binding preferences, modelled as matrices.
-
OWL
-
GenBank
-
NRL-3D
-
PIR
-
SWISS-PROT
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.
-
NRDB and MIPSX
-
PRINTS and BLOCKS
-
GenBank and DDBJ
-
PIR and MIPS
-
EMBL and TrEMBL
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)
-
data dictionary
-
data table
-
data record
-
data field
-
None of these
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).
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.
-
Composite entity set
-
Weak entity set
-
Strong entity set
-
Derived entity set
-
None of these
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.
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.
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.
D
Correct answer
Explanation
There are 3 types of record-based data models. These are:
1.) Hierarchical model
2.) Network model
3.) Relational model
So, this is the correct choice.
-
Can be updated by the end users
-
Contains numerous naming conventions and formats
-
Organized around important subject areas
-
Contains only current data
-
None of these
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.
-
data redundancy
-
information overload
-
duplicate data
-
data inconsistency
-
None of these
D
Correct answer
Explanation
Option (4) is the correct answer.
-
hardware system used to create, maintain and provide controlled access to a database
-
hardware system used to create, maintain and provide uncontrolled access to a database
-
software system used to create, maintain and provide uncontrolled access to a database
-
software system used to create, maintain and provide controlled access to a database
-
None of these
D
Correct answer
Explanation
Option (4) is the correct answer.
-
Structures
-
Field markers
-
Field definitions
-
Field names
-
None of these
D
Correct answer
Explanation
Option (4) is the correct answer.
-
QBE
-
SQL
-
OLAP
-
OOP
-
None of these
B
Correct answer
Explanation
Option (2) is the correct answer.
-
Logical design is software-dependent
-
In a distributed database, database is stored in one physical location
-
Conceptual design translates the logical design into internal model
-
Logical design is software independent
-
None of these