The data table is composed of three parts: the table name, the fields in the table and the records in the table.Before you can build a table, you must first design its structure, which describes the framework of a table.To design a table structure is to define the number of fields that make up a table, the name, data type, length and other information of each field.