A row in a database table is commonly referred to as a "record". A record represents a single instance of data within the table, and contains all the information related to a specific item or entity. For example, in a database table for a library, a record might represent a single book and its attributes, such as title, author, ISBN number, and publication date. Each attribute in the record is typically stored in a separate "field".