Question :
What is the name of each column of the table that corresponds to a specific characteristic of the stored information?
Option 1: Field
Option 2: Attribute
Option 3: Record
Option 4: All of the above
Correct Answer: Field
Solution : We can design the structure for the database's information storage using tables. In database jargon, each column of the table, also known as a "field," correlates to a particular property or "attribute" of the data that is being recorded. Each row, also known as a "record," corresponds to a distinct instance of the data. Hence the correct answer is option 1.




