Answer:
The first block at the top is: field
The second one at the top is: record
The first block at the bottom is: primary key
The second one at the bottom is: table
Step-by-step explanation:
Field is a column with the same header but with different data, for example:
Name
Henrry
Pedro
Christ
Record is a line with all information on the table, you can divide records into fields, for example:
Code movie director year Remarks
M001 Star Wars george lucas 2005 About Jedis and space war
Primary Key is a unique field, this field always has to be different and unique, for example:
M001
M002
M003
M004
Table is data collection in a database with columns and fields like your image.