Table, field, row and column


RDBMS: What is Table ?

In a related website model, a table is a collection of data objects arranged in rows and columns. The table is also considered as a simple representation of a relationship. But a table can have a duplicate line of data while a real relationship can have duplicate data. A table is an easy way to store data.

What is Field ?

A table consists of several records(row); each document can be broken into several smaller entities known as Fields.

What is a Tuple or Row?

A single entry in a table is called a Tuple or Record, or Row.
The tuple in the table represents a set of related data.

What is a Column ?

In the Relational table, a column is a set of values of a particular type. The word Attribute is used to represent a column