An e-commerce platform receives supplemental transaction details from various payment services. Each record may have extra fields extending beyond a standard core. Which solution helps accommodate these unpredictable fields?
A star schema optimized for dimension-based attributes
A segmented data design that organizes fields into multiple tables
A general-purpose data repository designed to store evolving attribute sets
A relational database schema designed for structured column definitions
A general-purpose repository equipped for evolving data fields avoids the rigidity of star schemas and relational designs that rely on consistent, well-defined columns. A segmented design with multiple tables can be cumbersome and slow to adapt when new fields are introduced.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is a general-purpose data repository?
Open an interactive chat with Bash
What are evolving attribute sets?
Open an interactive chat with Bash
What are the disadvantages of using a star schema for this scenario?