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
In DAC, who is responsible for granting and revoking access permissions?
-
The data owner
-
The system administrator
-
The user
-
All of the above
A
Correct answer
Explanation
In DAC, the data owner is responsible for granting and revoking access permissions.
In ABAC, access permissions are granted based on:
-
The user's role
-
The user's attributes
-
The resource's attributes
-
All of the above
D
Correct answer
Explanation
In ABAC, access permissions are granted based on the user's role, the user's attributes, and the resource's attributes.
Which phase of the data lifecycle involves the initial creation and capture of data?
-
Storage
-
Processing
-
Acquisition
-
Retention
C
Correct answer
Explanation
Acquisition is the first phase of the data lifecycle, where data is initially created or captured from various sources.
Which data classification method categorizes data based on its sensitivity and criticality?
-
Data lineage
-
Data profiling
-
Data classification
-
Data retention
C
Correct answer
Explanation
Data classification involves categorizing data into different classes based on its sensitivity, criticality, and regulatory requirements.
Which data lifecycle phase involves transforming raw data into a more usable and meaningful format?
-
Storage
-
Processing
-
Acquisition
-
Retention
B
Correct answer
Explanation
Processing is the phase where raw data is transformed into a more usable and meaningful format through various operations such as cleaning, filtering, and aggregation.
Which data lifecycle phase involves storing data in a secure and accessible manner?
-
Storage
-
Processing
-
Acquisition
-
Retention
A
Correct answer
Explanation
Storage is the phase where data is stored in a secure and accessible manner, enabling authorized users to retrieve it when needed.
Which data lifecycle phase involves the systematic disposal or archiving of data that is no longer needed?
-
Storage
-
Processing
-
Acquisition
-
Disposition
D
Correct answer
Explanation
Disposition is the phase where data that is no longer needed is systematically disposed of or archived, ensuring compliance with data retention policies and regulations.
Which data lifecycle phase involves analyzing data to extract meaningful insights and patterns?
-
Storage
-
Processing
-
Analytics
-
Retention
C
Correct answer
Explanation
Analytics is the phase where data is analyzed to extract meaningful insights, patterns, and trends, enabling organizations to make informed decisions.