Eli5: What is database in computer

273 views

What are the terms, sql database and how its used everyday.

In: 1

6 Answers

Anonymous 0 Comments

Databases are special applications to store, organize and update data. Even Google spreadsheet can be used as a database by another application to store and organize it’s data.

Usually, databases are not meant to be used by end-users like me and you like Google spreadsheet or an Excel file. They are built to be used by other websites and software applications.

SQL, NoSQL, PostGres, MongoDB, etc… what’s all that? So, just like softwares can be built in a number of programming languages (Javascript, C++, Go, Python, etc), databases too have their own special languages. Also, each db will have it’s on special way of storing and managing data.

You are viewing 1 out of 6 answers, click here to view all answers.