answersLogoWhite

0


Best Answer

The simplest example of a database is a list of items. This could namers of friends, names of plants, TV Channels and so on. eg NAME Brian Thomas Elsie John .. ... .. and so on Each line or row in the list is called a 'Record' (starting with Brian) which has only one Field called NAME. As you add more information about each person you need to add fields (though usually you decide at the beginning of the design phase just what Fields you want - and their type or format eg., numeric, alphanumeric, text, date, wrapped text etc.) Lets add a new field called AGE and add some data to the table.. NAME AGE Brian 21 Thomas 32 Elsie 19 John 47 We now have 4 RECORDS each of which has 2 FIELDS.

User Avatar

Wiki User

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

Wiki User

12y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

14y ago

A field is a particular area of data. I.e. telephone number is a field in a database and will be of type NUMBER.

A field will consist of the field name (i.e. Telephone number) and will consist of a datatype (the type of data to be used in the field, i.e. number, date, boolean, varchar).


Fields in databases also commonly have a size restriction on how many characters can be entered into that field. Some databases put these restrictions on automatically unless overwritten by the user.

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

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.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Field: The smallest piece or category of information in a database such as the customer's name, city, state, or phone number.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Field name is also called as an attribute. Attribute is a descriptive property of an entity.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

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.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What does field mean in a 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.


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 field in a database is identified by a field?

A field in a database is often identified by a unique field or column name. This field name serves as the identifier for that particular data attribute within the database table. Assigning distinct and meaningful field names helps organize and reference the data effectively within the database system.


What are field property in database?

is where the properties in the field is unique


What is a key field in database?

i key field is a field with with a key in the middle :)


What does Field mean ict terms?

In ICT terms, a field refers to a specific part of a database record used to store a particular piece of information, such as a name, address, or phone number. Fields are organized in rows and columns within a database table to store, sort, and retrieve data efficiently.


Why choosing the correct field in database is important?

Choosing the correct field in database is very important. It is because the correct field can give you the correct value.


What characteristics in a database fields may have such as data type field name field size and field format?

What characteristics could a database field have, such as data type, field name, field size and field format?


What sequence represents the hierarchy of terms from smallest to largest from field record database and table?

field, record, table, database


What is a database field name?

A database field name is a unique identifier for a particular piece of data within a database table. It helps to organize and distinguish different types of information stored in the database. Each field name typically corresponds to a specific attribute or characteristic of the data being stored.


Which is the largest component found inside a database field?

field


Can you insert primary key only to one field in the database?

Yes. Primary key can be inserted to one field in the database. The field should be unique and not null.