正解:B
In the context of databases, a "record" refers to a unique entry within a dataset. Each record in a database table represents a single, implicitly structured data item that can include one or more values, each in its own field or column. Records are the basic unit of data storage in relational databases, where each record typically represents an object or an entity, with the columns representing properties or attributes of the entity.