Which structure in a table represents an individual record contained in the database?
- foreign key
- row
- relationship
- column
Answers Explanation & Hints:
In a relational database table, each row represents an individual record and the attributes associated with that record. |