DATABASE

30 second primers to various technologies and solutions with analogies to help demystify the technology
What is a database?

A database is simply a storage mechanism for all data. The reason why this concept is important in technology is that these storages will have rules on how it’s data is stored and how data is retrieved.

An analogy:

  • Think of a library (This would be a database)
  • The library stores books (Tables)
  • In these books you have pages (Rows)
  • The library also has a librarian helps you find the book(s) that you may request. (Querying the data)
  • During your research you may source many books and cross-reference each other. (Joining Data)