You are working with a database that contains tables with customer details, purchase histories, and product information. However, there are also chunks of data that contain email communications with the customer. How would you categorize this database in terms of data type?
- Structured data
- Semi-structured data
- Unstructured data
- Big data
This database contains a mix of structured data (customer details, purchase histories, and product information) and semi-structured data (email communications). Semi-structured data is characterized by having some structure but also includes elements like emails, making it different from fully structured data.
Loading...
Related Quiz
- Which algorithm is inspired by the structure and functional aspects of biological neural networks?
- While training a deep neural network, you notice that the gradients are becoming extremely small, making the weights of the initial layers change very slowly. What might be the primary cause of this issue?
- In computer vision, detecting specific features or patterns in an image is often achieved using _______.
- For real-time object detection in images or videos, the _______ algorithm is widely adopted.
- The range of a dataset is calculated by taking the difference between the maximum and the _______ value.