What does a field refer to in database schema terminology?
- a specific attribute of an individual record
- a unique record within the database
- a collection of attributes of an individual item
- a collection data in rows and columns
Explanation: A field within the database schema refers to a specific attribute of an individual record. Fields are named by column headings. An individual movie title in the Title column would be a field in the movie table.
Related exam: Data Analytics Essentials Course Final Exam
