Question:medium

Which type of database is suitable for handling large volumes of unstructured data?

Show Hint

NoSQL (Non-relational Database) is ideal for Big Data, cloud applications, and unstructured information.
Updated On: Jun 10, 2026
  • Relational database
  • Network database
  • Non-relational database
  • Hierarchical database
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Understand the question.
We must find the database type best suited for large amounts of unstructured data.

Step 2: Meaning of unstructured data.
Unstructured data has no fixed table shape. Examples are images, videos, emails, and social media posts. They do not fit neatly into rows and columns.

Step 3: Why tables struggle.
Relational, network, and hierarchical databases all expect a planned structure. Pouring messy, varied data into them is hard and slow.

Step 4: Meet the non-relational database.
A non-relational database, also called NoSQL, is built to hold flexible and varied data. It can store huge volumes that do not follow a fixed schema.

Step 5: Match to the need.
Since the data is large and unstructured, the flexible non-relational type is the right fit.

Step 6: Conclude.
So the answer is option 3, non-relational database.

\[ \boxed{\text{Non-relational database}} \]
Was this answer helpful?
0