Eli5: What is database in computer

269 views

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

In: 1

6 Answers

Anonymous 0 Comments

A database is at the most basic level – a spreadsheet.
Each column is called a “table” and each row in that column is a line of data.
A database is just a large collection of data that is sorted into categories by a program that manages the finding and changing/adding/removing of data in those columns.

For example – we can database your name.
We can have column A – First column B – middle Column C – last.

Now that we have that data and it’s separated into categories- we can use it in other programs or scenarios.

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