NoSQL database model that stores data in column families rather than rows. Like organizing information by categories where each category can have different attributes.
Example: Social media platforms use column family databases to efficiently store user profiles with varying amounts of information.
Category: data
Difficulty: advanced