IT 101: Databases
3 min readJan 9, 2020
--
This series of articles is a compilation of the notes I gathered during my programming bootcamp at Green Fox Academy, last year.
You can read the other articles here:
Tables and Fields
- A database table is composed of records and fields that hold data. Each table in a database holds data about a different, but related, subject.
- Data is stored in records. A record is…