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
-
storage manager
-
query processor
-
data model
-
only 2 and 3
-
none of these
A
Correct answer
Explanation
A storage manager is a program module that provides the interface between low-level data stored in the data base and the application program, and the queries submitted by the system. The storage manager is responsible for the interaction with the file manager.
-
Weak entity sets
-
Total participation of an entity in a relationship set
-
Relationship set
-
Link attribute to entity set and entity set to the relationship set
-
None of these
A
Correct answer
Explanation
They are represented by the double rectangles.
-
XML
-
HTML
-
DDL
-
DML
-
None of these
C
Correct answer
Explanation
Data definition language (DDL) is used to define the database structure.
-
query processor
-
storage manager
-
data model
-
only 1 and 3
-
none of these
A
Correct answer
Explanation
The components of query processor are
1) DDL interpreter
2) DML compiler
3) Query evalution engine
The DDL interpreter interprets DDL statements and records the definition in the data dictionary .The DML compiler translates the DML statements in a query language into an evaluation plan consisting of low-level instruction that the query evaluation engine understands.
-
The relationship among data
-
The collection of conceptual tools for describing data
-
The collection of information stored at a particular moment
-
Only 1 and 3
-
None of these
C
Correct answer
Explanation
This is the definition of instance of database.
-
Data Definition Language (DDL) command
-
Transaction Control Language (TCL) command
-
Data Query Language (DQL) command
-
Data Manupulation Language (DML) command
-
None of these
A
Correct answer
Explanation
It is a Data Definition Language (DDL) command.
-
TRANCATE
-
COMMIT
-
ROLLBACK
-
GRANT
-
Only 2 and 3
E
Correct answer
Explanation
Only 2 and 3 are TCL commands.
-
Used for managing data within schema objects
-
Used to manage the changes made by DML statements and allows statements to be grouped together into logical transactions.
-
Statements are used to define the database structure or schema.
-
Only 1 and 2
-
None of these
B
Correct answer
Explanation
It is done by Transaction Control Language (TCL) commands.
-
Transaction Control Language (TCL) command
-
Data Query Language (DQL) command
-
Data Control language (DCL) command
-
Data Definition Language (DDL) command
-
None of these
C
Correct answer
Explanation
It is a Data Control Language (DCL) command.
-
1 and 4
-
1 and 3
-
1 and 2
-
3 and 4
-
2 and 3
A
Correct answer
Explanation
This option is correct because PROSITE is a protein database consisting of entries describing the protein families, domains and functional sites as well as amino acid patterns and profiles in them and VectorBase is an NIAID Bioinformatics Resource Center dedicated to providing data to the scientific community for Invertebrate Vectors of Human Pathogens.
-
Only 1
-
1, 2 and 3
-
2, 3 and 4
-
1, 2, 3 and 4
-
Only 4
D
Correct answer
Explanation
This option is correct because UniProt is a comprehensive, high-quality and freely accessible database of protein sequence and functional information. InterPro is a database of protein families, domains and functional sites in which identifiable features found in known proteins can be applied to new protein sequences in order to functionally characterise them. The Structural Classification of Proteins (SCOP) database is a largely manual classification of protein structural domains based on similarities of their structures and amino acid sequences. ModBase is a database of annotated comparative protein structure models, containing models for more than 3.8 million unique protein sequences.
-
TRANScription FACtor database
-
CT Database
-
P-HI database
-
PhenomicDB
-
Dryad
B
Correct answer
Explanation
Comparative Toxicogenomics Database (CTD) describes relationships between chemicals, genes and human diseases. CTD promotes understanding about the effects of environmental chemicals on human health by integrating data from curated scientific literature to describe chemical interactions with genes and proteins and associations between diseases and chemicals and diseases and genes/proteins.
-
ProDom database
-
MUMmer database
-
TIGRFAMs database
-
Pfam database
-
KEGG database
E
Correct answer
Explanation
Kyoto Encyclopedia of Genes and Genomes (KEGG) is a collection of online databases dealing with genomes, enzymatic pathways and biological chemicals.
-
mysql_select_database
-
mysql_select_db
-
mysql_connect_db
-
mysql_database
B
Correct answer
Explanation
mysql_select_db is the deprecated PHP MySQL function that selects the active database for subsequent queries. After connecting to MySQL with mysql_connect, you must select a specific database before running queries. Option A is a common but incorrect variation of the function name.
-
Data dictionary
-
Decision table
-
Decision tree
-
DFD
-
E-R diagram
E
Correct answer
Explanation
The E-R diagram is related with the database and is used when we want to show the relationship between two entities.