CLOUD-DIGITAL-LEADER · Question #254
An e-commerce organization is reviewing their cloud data storage. What type of raw data can they store in a relational database without any processing?
The correct answer is A. Product inventory. Relational databases store structured data organized into tables with predefined schemas (rows and columns). Product inventory - containing fields like product ID, name, quantity, and price - is inherently structured and can be inserted directly without preprocessing. Option B…
Question
An e-commerce organization is reviewing their cloud data storage. What type of raw data can they store in a relational database without any processing?
Options
- AProduct inventory
- BProduct photographs
- CInstructional videos
- DCustomer chat history
How the community answered
(22 responses)- A86% (19)
- B9% (2)
- C5% (1)
Explanation
Relational databases store structured data organized into tables with predefined schemas (rows and columns). Product inventory - containing fields like product ID, name, quantity, and price - is inherently structured and can be inserted directly without preprocessing. Option B (product photographs) and Option C (instructional videos) are binary/unstructured data that require object storage (like Cloud Storage), not relational databases. Option D (customer chat history) is semi-structured or unstructured free-form text better suited for NoSQL or document stores.
Topics
Community Discussion
No community discussion yet for this question.