NoSQL is a type of database that stores unstructured or semi-structured data without using traditional SQL tables. Used in big data, real-time applications, and flexible data storage.
Example:
MongoDB stores JSON-like documents for a social media app.