Difference between structured and unstructured data
Answers
Answered by
7
Structured data is easily searchable by basic algorithms. Examples include spreadsheets and data from machine sensors. Unstructured data
is more like human language. It doesn't fit nicely into relational
databases like SQL, and searching it based on the old algorithms ranges
from difficult to completely impossible.
Answered by
47
Answer:
Structured data is easier to search while unstructured data requires more effort.
Explanation:
because structured data can be text or info that can be insert into a relational DB. unstructured data can be audio and video files that needs more effort or post-process to create a report but cannot be part of a relational DB.
Similar questions