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

12y 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.


Explain the term field in a database?

In a database, a field is any area that can be filled in with different kinds of data that are relating to one thing. For example, in a database to do with population, there is likely to be an age field.


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 Field mean ict terms?

Each column ina database is called a 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


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 field in a databse?

Typically when someone uses the term field in relation to databases, they are referring to an attribute in a specific table within a database. Thus, if you have a database table used to store data about users of your system, a field (or attribute) would be first name.