Table is a collection of related data entries and it consists of columns and rows.
Run the following code:
SELECT * FROM Customers;
You can get a table like this:
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