answersLogoWhite

0

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

17y ago

Still curious? Ask our experts.

Chat with our AI personalities

JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan
BeauBeau
You're doing better than you think!
Chat with Beau
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
More answers

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.

User Avatar

Wiki User

13y ago
User Avatar

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.

User Avatar

Wiki User

15y ago
User Avatar

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.

User Avatar

Wiki User

10y ago
User Avatar

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

User Avatar

Wiki User

13y ago
User Avatar

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

User Avatar

Wiki User

13y ago
User Avatar

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.

User Avatar

Wiki User

13y ago
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