Which TWO of the following are characteristics of structured data? (Choose two.)
Structured data is inherently organised with a predefined schema, which mandates its storage in a highly organised format. This characteristic directly aligns with being stored in rows and columns, a hallmark of relational databases. Each row represents a unique record, while columns define specific attributes or fields, ensuring data consistency and enabling efficient querying and analysis. This precise tabular structure is a defining feature of structured data, satisfying the requirement for its organised nature.
Why this answer
Structured data is organized in a tabular format with rows and columns, which is the defining characteristic of relational databases like SQL Server or Azure SQL Database. This structure enforces a fixed schema, meaning the data types and relationships are defined before data is entered, ensuring consistency and enabling efficient querying via SQL.
Exam trap
Microsoft often tests the distinction between 'fixed schema' (structured) and 'schema-on-read' (semi-structured), and candidates mistakenly associate key-value pairs with structured data instead of NoSQL.