NoSQL
NoSQL refers to databases that do not use the relational table model. Types: document (MongoDB), key-value (Redis), column (Cassandra), graph (Neo4j). They offer flexibility and horizontal scaling, often at the expense of consistency guarantees.