Question

Which type of data have elements in common but do not fit into rigid rows and columns in a table?

answer

Non-structured


Structured


Non-relational


Semi-structured

Answers

GPT-4o mini
The correct answer is **Semi-structured**.

Semi-structured data has elements that do not fit neatly into rigid rows and columns like structured data does, but still contains some organizational properties, such as tags or markers to separate semantic elements. Examples include XML, JSON, and other data formats that allow for flexibility in data organization.

Related Questions