Presented by
V.Santhi,
Department of Computer Application,
Bon Secours College for women,
Thanjavur
 Table
 Records
 Fields
 A table is a collection of related data, held in
a table format within a database. It consists
of columns and rows.
 In relational databases, a table is a set of
data elements using a model of vertical
columns and horizontal rows, the cell being
the unit where a row and column intersect.
 A column is collection of cells aligned
vertically in a table.
 Relational databases arrange data as sets
of database records, so called rows. Each
record consists of several fields; the fields of
all records form the
columns. Examples of fields: name, gender,
hair colour
 Data is stored in records. A record is
composed of fields and contains all the data
about one particular person, company, or
item in a database

Relational database terms

  • 1.
    Presented by V.Santhi, Department ofComputer Application, Bon Secours College for women, Thanjavur
  • 2.
  • 3.
     A tableis a collection of related data, held in a table format within a database. It consists of columns and rows.  In relational databases, a table is a set of data elements using a model of vertical columns and horizontal rows, the cell being the unit where a row and column intersect.
  • 4.
     A columnis collection of cells aligned vertically in a table.  Relational databases arrange data as sets of database records, so called rows. Each record consists of several fields; the fields of all records form the columns. Examples of fields: name, gender, hair colour
  • 5.
     Data isstored in records. A record is composed of fields and contains all the data about one particular person, company, or item in a database