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

Multiple choice

What is Big Data?

  1. A large amount of data that is difficult to process with traditional methods

  2. A type of data that is collected from social media

  3. A type of data that is collected from sensors

  4. A type of data that is collected from surveys

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Big Data is a term used to describe large amounts of data that are difficult to process with traditional methods. This data can come from a variety of sources, including social media, sensors, and surveys.

Multiple choice

Which of the following is NOT a common format for storing oceanographic data?

  1. NetCDF

  2. CSV

  3. JSON

  4. XML

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

NetCDF, CSV, and XML are commonly used formats for storing oceanographic data, while JSON is not typically used for this purpose.

Multiple choice

Which of the following is NOT a common method for preserving oceanographic data?

  1. Data replication

  2. Data encryption

  3. Data compression

  4. Data erasure

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Data replication, data encryption, and data compression are common methods for preserving oceanographic data, while data erasure is not typically used for this purpose.

Multiple choice

Which of the following is NOT a common method for accessing oceanographic data?

  1. Online data portals

  2. Data libraries

  3. Data repositories

  4. Data journals

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Online data portals, data libraries, and data repositories are common methods for accessing oceanographic data, while data journals are not typically used for this purpose.

Multiple choice

Which of the following is NOT a common type of metadata in oceanographic data preservation?

  1. Data provenance

  2. Data quality

  3. Data lineage

  4. Data format

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Data provenance, data quality, and data lineage are common types of metadata in oceanographic data preservation, while data format is typically not considered a type of metadata.

Multiple choice

Which of the following is NOT a step in the Knowledge Discovery in Databases (KDD) process?

  1. Data Cleaning

  2. Data Transformation

  3. Data Mining

  4. Data Visualization

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Data Visualization is not a step in the KDD process, but rather a technique used to present the results of data mining.

Multiple choice

What is the process of combining data from multiple sources into a single, cohesive dataset called?

  1. Data Cleaning

  2. Data Transformation

  3. Data Integration

  4. Data Reduction

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Data Integration is the process of combining data from multiple sources into a single, cohesive dataset, often involving resolving data conflicts and ensuring data consistency.

Multiple choice

Which of the following is NOT a common data integration technique?

  1. Extract, Transform, Load (ETL)

  2. Extract, Load, Transform (ELT)

  3. Data federation

  4. Data virtualization

Reveal answer Fill a bubble to check yourself
Correct answer
Explanation

ELT (Extract, Load, Transform) is not a common data integration technique. ETL involves extracting data from source systems, transforming it, and then loading it into the data warehouse. ELT, on the other hand, involves extracting data from source systems, loading it into the data warehouse, and then transforming it.

Multiple choice

Which of the following is NOT a common data transformation technique?

  1. Aggregation

  2. Sorting

  3. Filtering

  4. Normalization

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Normalization is not a common data transformation technique. Normalization is a database design technique that involves organizing data into tables and columns to reduce data redundancy and improve data integrity. Aggregation, sorting, and filtering are common data transformation techniques used to manipulate and summarize data.

Multiple choice

Which type of data storage is typically used for data warehouses?

  1. Relational databases

  2. NoSQL databases

  3. Data lakes

  4. Cloud storage

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Relational databases are typically used for data warehouses because they provide a structured and organized way to store and manage large volumes of data. NoSQL databases, data lakes, and cloud storage are also used for data warehousing, but they are typically used for different purposes or in conjunction with relational databases.

Multiple choice

What is the process of creating a summary table from a larger table called?

  1. Aggregation

  2. Summarization

  3. Roll-up

  4. Cube

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Aggregation is the process of creating a summary table from a larger table. It involves combining multiple rows of data into a single row, summarizing the data using functions such as SUM, COUNT, and AVERAGE.

Multiple choice

Which of the following is NOT a common data warehousing architecture?

  1. Single-tier architecture

  2. Two-tier architecture

  3. Three-tier architecture

  4. Multi-tier architecture

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Single-tier architecture is not a common data warehousing architecture. In a single-tier architecture, all components of the data warehouse, including the data storage, data processing, and user interface, are located on a single server. Two-tier, three-tier, and multi-tier architectures are more common in data warehousing.

Multiple choice

What is the process of dividing a large table into smaller, more manageable tables called?

  1. Partitioning

  2. Sharding

  3. Clustering

  4. Indexing

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Partitioning is the process of dividing a large table into smaller, more manageable tables. It is done to improve performance and scalability by distributing data across multiple storage devices or servers.

Multiple choice

What is the process of creating a multidimensional data structure for fast data retrieval called?

  1. OLAP

  2. MOLAP

  3. ROLAP

  4. HOLAP

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

OLAP (Online Analytical Processing) is the process of creating a multidimensional data structure for fast data retrieval. It is used for complex data analysis and reporting.

Multiple choice

What is the process of creating a physical data model from a logical data model called?

  1. Physical design

  2. Logical design

  3. Conceptual design

  4. Implementation

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Physical design is the process of creating a physical data model from a logical data model. It involves selecting the appropriate data storage structures and technologies to implement the data warehouse.