| Type | Stores Data As | Best For | Example Use |
|---|---|---|---|
| Object-Oriented DB | Objects (with attributes + methods) | Complex apps needing OOP integration | CAD systems, multimedia apps |
| Graph DB | Nodes + Edges (things + relationships) | Finding relationships | Social networks, fraud detection |
| Document DB | Documents (JSON, flexible fields) | Semi-structured data | E-commerce, mobile apps, CMS |
In simple words: