Traditional Culture Encyclopedia - Traditional stories - What is the unit of a database table

What is the unit of a database table

The basic unit of a table in a database is a record.

1, the database table is the basic part of the database, the table is the basic unit of data storage in the database, there are fields and records;

2, field: defines the structure of the table, usually the field corresponds to the stored data;

3, record: consists of the corresponding value of each field, a line for a record;

Note: all data operations are originate from the table, a database can have more than one table.