answersLogoWhite

0

A database record can be considered as one row of data from a table whereas each piece of information in it is a field.

Let me explain with an example

consider the below table.

Emp name Emp num Age City

AAA 101 28 Charlotte

BBB 102 35 Newyork

In the above table one row of information about the employee AAA is a record and the fields are employee name, number, age and city.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is keyfield?

A key field is a field of a database table which forms an identifier for a record. It holds a unique data which distinguishes the record from all the other records in the database.


What is difference between records and database fields?

Records are collections of related data that represent individual entities or instances in a database. Each record contains multiple fields, which are the individual data elements or attributes that describe the characteristics of a record. In other words, a record is a complete set of related information, while a database field is a specific piece of data within that record.


What does fields mean in databases?

A database stores data in a table and the data may or may not be related to other data. The tables in the database also may or may not have any relation with the other tables. A field is the attribute or the column name in a table.In a database, a "field" is the name of a column. You can think of them as fields on a form or in a record, where the rows are other records.


What is a field on databases?

a box wid words init lol x


A field or a combination of fields that has a unique value is a?

A unique value is a distinct data point that differentiates one record from another in a database. When a field or combination of fields in a database table has a unique value, it means that no other records can have the same value for that particular field or combination of fields, ensuring data integrity and preventing duplication.


How are field record table and relational database relate to one another in Access?

A table stores data. Tables have fields in them, like name, address, date of birth etc. They are often likened to columns. One individual set, like your name, address and date of birth is a record. So tables have records in them. In a relational database there is more than one table and these tables are related to each other. So one table might store all your personal details and another my store all your employment details. By having at least one common field, like an employee number, these two tables can be related to each other. Access is a database application and has the capability to create relational databases.


What other name is used for a column in access database?

A field.


Write the detail of sql?

SQL is a database programming language.By this language we can create ,modify and other updating of our database record.


What is a group of fields in a database called?

Any computer based database is composed of certain things in a certain order. The simplest part of a database is the field. Fields can contain pictures or text or sounds or instructions on what to do with other information in other fields. Fields are grouped into Records. Records are the total of all the information on a particular person or item. Records can be combined with other records then to build the database


What is the difference between Record and Field?

These are database terms. A field is a column in a table. (holds data). For instance, a table could be about "dress sales". Field: dress_number Field: dress_size Field: date Field: how_many_sold Record is: a row of data added to this table. Defining database fields A field is the basic unit of data entry in a record. To define a new field, you give it a name. Then you select options that determine how the fields interprets, enters, calculates, stores, and displays data. After defining a field, you can set validation, auto entry, and storage options. See Setting options for fields for more information on setting these options. Traditional databases are organized by fields, records, and files. A field is a single piece of information; a record is one complete set of fields; and a file is a collection of records. For example, a telephone book is analogous to a file. It contains a list of records, each of which consists of three fields: name, address, and telephone number.


Distinguish between a relation and a relationship in database?

Relation is one record in the database or a tuple. Relationship is that how tables are connected to each other.


What are the differences between database management system Vs relational dbms?

the database management system analysis the data or record but relational database management system links the database to each other.