a record is something that you hold data on one specific field consisting of more and you can have as much records you want
Record holds data about one object with its attributes specified in table.
A record is equivalent to a row in a database, a collection of fields that are associated.
A record is equivalent to a row in a database, a collection of fields that are associated.
It would be known as a record or an older term is a tuple.
A developer may refer to a record in a relational database as a "row" or a "tuple". This term is used to describe a single entry of data that contains information related to a specific entity in a database table.
They would call it a record, a row or a tuple.
Record holds data about one object with its attributes specified in table.
Record is more a term related to databases than to spreadsheets. However, as you can do some database work using a spreadsheet, then it can be a term used in a spreadsheet. A record in a database is a row of related data, such as the name, age, address and phone number of a person. If it is done in a spreadsheet, with each set of data on a separate row, it can be regarded as being a record.
For databases, a field is another name for a column in the table. Each record (or row) represents an incidence of one or more fields, each with its own data.
It is called a Record. An old term that is sometimes used is a tuple, but you will rarely hear that.
An entry in a database is referred to as a "record."
A record refers to a collection of related information about a specific entity in a database. Each record typically contains fields that represent different attributes or properties of the entity being stored.