nerdexam
Google

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…

Understanding Cloud Data Storage and Database Types

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)
  • A
    86% (19)
  • B
    9% (2)
  • C
    5% (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

#Relational Databases#Data Storage#Data Types#E-commerce Data

Community Discussion

No community discussion yet for this question.

Full CLOUD-DIGITAL-LEADER Practice