answersLogoWhite

0

What does the term field mean in database?

Updated: 8/17/2019
User Avatar

Wiki User

11y ago

Best Answer

Excerpt from Microsoft Computer Dictionary (5th Edn):

field n. 1. A location in a record in which a particular type

of data is stored. For example, EMPLOYEE-RECORD

might contain fields to store Last-Name, First-Name,

Address, City, State, Zip-Code, Hire-Date, Current-Salary,

Title, Department, and so on. Individual fields are characterized

by their maximum length and the type of data (for

example, alphabetic, numeric, or financial) that can be

placed in them. The facility for creating these specifications

usually is contained in the data definition language

(DDL). In relational database management systems, fields

are called columns. 2. A space in an on-screen form where

the user can enter a specific item of information.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

A field is designated as a unit of data. It can be thought of as being like the cell in a spreadsheet. For example, a database address record might have a street address field, a city field, a state field and a zip code field. It would also need a primary key field. All these fields taken together would be a record. A collection of the same type records would be a table.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

In database the key element for storing the data is a table. A table can be defines as some number of rows and columns. The columns have some name called attributes or fields.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does the term field mean in database?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the term 'field' mean in databases?

"Field" equates to a column of a database table, the two terms are interchangeable.


What does the term database field mean?

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.


What is the more common name for attribute?

In a database management system (DBMS), an attribute may describe a component of the database, such as a table or a field, or may be used itself as another term for a field. Commonly we can say that an attribute is a "propety" of a database field or its a characteristic or facet of the data field..


What is a computer term field?

Field is used to indicate a location to hold a piece of data in a database, which is a collection of data.


What term of database comes from the fact that two or more tables are linked by a common field?

frog kind of field


What term database comes from the fact that two or more tables are linked by a common field?

frog kind of field


What does the term record mean in a database?

a record is something that you hold data on one specific field consisting of more and you can have as much records you want


Explain the term field in a database?

In a database, a field represents a single piece of data stored in a table. It is the smallest unit of information that can be accessed and manipulated in a database. Fields are used to store different types of data such as text, numbers, dates, and more within a database table.


What is a field in excel?

A field is more a database term than a spreadsheet term. In a spreadsheet a field can refer to a column of data that is of the same type, like all numbers or all dates or birth or all home addresses etc. This would be in a case where your spreadsheet is laid out similar to a database table.


Is 'A database uses characteristics such as field size and data type to define each field' false?

No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.No it is not false. Database fields do have field sizes and data types.


What is a group of fields in a spreadsheet called?

A field is a term associated with databases. Columns in spreadsheets can be related to fields in a database. It is possible to set up a database in a spreadsheet, so in that case a group of columns with data could be like a database table. A database table consists of fields.


What does the term field names mean in a database?

In a database, field names refer to the labels or names assigned to the columns or attributes within a table. They serve as identifiers for the different types of data stored in a database, enabling users to organize and categorize information effectively. Field names allow database users to reference and retrieve specific pieces of data by specifying the name of the field they want to access.