Table is a collection of related data entries and it consists of columns and rows.

Columns / Row

Run the following code:

SELECT * FROM Customers;

You can get a table like this:

Untitled

Fields/Column: a column designed to maintain specific information about every record in the table

Record/Row: each individual entry that exists in a table

Untitled