What does a field refer to in database schema terminology?
- a unique record within the database
- a specific attribute of an individual record
- a collection data in rows and columns
- a collection of attributes of an individual item
Explanation & Hint:
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. |