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
-
Total information
-
Complete set of related information
-
All font styles
-
Alignments
B
Correct answer
Explanation
Complete test of selected information
-
Data security
-
Data validity
-
Data independence
-
Data integrity
D
Correct answer
Explanation
Data integrity refers to the accuracy, consistency, and reliability of data throughout its lifecycle in a database.
-
object based logical model
-
record based logical model
-
physical data model
-
none of these
A
Correct answer
Explanation
The E-R model is classified as an object-based logical model because it describes data in terms of entities and relationships rather than tables or records.
-
user name
-
port
-
application name
-
user password
A
Correct answer
Explanation
In database systems, the user name is the primary identifier for a session. While the question is phrased awkwardly, the user name is the credential that allows a user to establish a session.
-
not suitable for running in an integrated environment
-
inconsistent
-
repeated
-
outdated
B
Correct answer
Explanation
Data integrity refers to the accuracy, completeness, and consistency of data over its lifecycle. When data is inconsistent, it means the integrity has been compromised.
-
schema
-
segment
-
set
-
database record
A
Correct answer
Explanation
In database terminology, a schema is the structural description of the database, including record types, fields, and the relationships between them.
-
one-to-one
-
one-to-many
-
many-to-one
-
many-to-many
D
Correct answer
Explanation
In a hospital database, one ward contains many patients, and a patient is typically assigned to one ward. However, if the system tracks patient history across multiple wards or multiple patients per ward, it is often modeled as a many-to-many relationship depending on the specific business rules.
-
thoroughly validated data
-
data stored in different files showing consistency
-
data fields integrated to provide summary
-
none of these
D
Correct answer
Explanation
Data integrity refers to the accuracy and consistency of data. Since none of the provided options fully define the concept, 'None of these' is the most appropriate choice.
-
data flows
-
data stores
-
both (1) and (2)
-
neither (1) nor (2)
C
Correct answer
Explanation
A data dictionary is a centralized repository that stores metadata about data elements, including their definitions, data flows, and data stores.
-
end-user computing
-
transaction processing
-
information for top management
-
none of these
C
Correct answer
Explanation
Strategic information systems are designed to support long-term goals and decision-making at the highest levels of an organization. Providing information for top management is a primary characteristic of these systems.
-
logical concepts of data
-
physical concepts of data
-
person of an organization
-
none of these
A
Correct answer
Explanation
Entities, attributes, and relationships are the fundamental building blocks of data modeling, which is a logical representation of data before it is physically implemented in a database.
-
capturing of input data
-
manipulating of data
-
managing output results
-
none of these
-
Data dictionary
-
ER diagram
-
DFD
-
All of the above
D
Correct answer
Explanation
A software design description (SDD) is a comprehensive document that captures the architecture and design details, including data dictionaries, ER diagrams, and data flow diagrams (DFD).
-
gives the meaning of the data names used in the system
-
defines the data type
-
defines all data elements and structures used in DFD
-
none of the above
-
reorganize the disk
-
control the DBA
-
handle contingencies like files getting corrupt or becoming irretrievable
-
none of the above
C
Correct answer
Explanation
Backup and recovery are essential data management practices designed to restore data integrity and availability in the event of hardware failure, corruption, or human error.