In 3 sentences:
Databases were created to solve problems with file-oriented data storage systems by providing a standardized way to efficiently store and retrieve large amounts of structured data. A database allows data to be stored and accessed easily regardless of amount, avoiding issues like data redundancy, poor data control, and inability to manipulate data that plagued previous systems. Modern databases power applications from banking systems to e-commerce sites like Amazon that need to dynamically query large inventories and product listings.
Related topics: