What are tables and Fields?

A table is a set of data that is organized in a model with Columns and Rows. Columns can be categorized as vertical, and Rows are horizontal. A table has specified the number of columns called fields but can have any number of rows which is called a record.

Example:

Table: Employee.

Field: Emp ID, Emp Name, Date of Birth.