IT 101: Databases

Diana Bernardo
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:

  1. Endpoints
  2. Authentication
  3. Data Flow
  4. Testing

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…