State types of data use in database
This computer science problem involves algorithmic thinking and programming concepts. The solution below explains the approach, logic, and implementation step by step.
ScanSolve AI Answer
Here are types of data used in databases:
Structured Data*: Organized data that fits into fixed fields, like in a spreadsheet or SQL table.
Unstructured Data*: Data without a predefined format, such as text documents, images, or videos.
Semi-structured Data*: Data that has some organizational properties but doesn't fit a rigid structure, like JSON or XML files.
Binary Data*: Data stored as a sequence of bits, not human-readable, like images or executable files.
Drop the next question