3. Building blocks of database

Words
57
Reading
1 min
Listen
Play
6y

image.png

To use database we need

  1. Columns (Fields, Attributes) : Column is specific type of attributes contains one or more rows.
  2. Rows (Tuples, Record) : Each columns has one or more rows and rows contains data (values).
  3. Tables (Relation) : Table is contains columns & rows and each row has value.

Hence, These three are the building blocks of database.

3. Building blocks of database | Ecency