Back to list
Lv.1

Database

Database

A place to store large amounts of data in an organized way, ready to use whenever you need it.

In Simple Terms

A database is a system that organizes and stores large amounts of data on a computer according to set rules, so you can retrieve what you need in an instant. The social media apps and online shopping sites we use every day rely on databases running behind the scenes. In an online store, for example, product names, prices, and other details are stored in neat rows and columns — much like a spreadsheet. That structure is what makes it possible to search through enormous amounts of data or sort results by price with ease.

Behind the Name

The word "Database" combines two simple words: "Data" and "Base." A base is a foundation or headquarters — the central place where everything comes together. So a database is literally a base for your data: a central hub where all your information is gathered and organized.

Take a Closer Look!

A database is a system that organizes and stores large amounts of data on a computer, so you can retrieve exactly what you need at any moment.
What sets it apart from plain storage is that data is arranged according to defined rules, making it easy to find and use later.

Databases run behind the scenes of the social media apps and online shopping sites you use every day.
In an online store, for instance, product names, prices, stock levels, and user addresses are all stored neatly inside a database.
That's what allows you to sort results by "lowest price" or search for "T-shirts" and get relevant results instantly.
Because the data is well-organized, you can pinpoint exactly what you're looking for even among an enormous number of products.

One common type manages data in a table-like format — similar to an Excel spreadsheet, with information arranged in rows and columns.
Beyond that, many different types of databases exist, each suited to different kinds of data and use cases.

In this way, databases serve as the information backbone of apps and web services, handling the storage and retrieval of data that keeps everything running.