answersLogoWhite

0


Best Answer

This is a very simple explanation.

A database is a collection of schemas.

A schema is a collection of tables.

A table is a collection of possibly unlimited rows organized into fields or more commonly called columns. Think of a spread sheet.

For example an inventory table might have columns ITEM_NUMBER, ITEM_NAME, and ITEM_QUANTITY.

ITEM_NUMBER is defined to store only whole numbers

ITEM_NAME is defined to store only letters and numbers up to the length of 20

ITEM_QUANTITY is defined to store only whole numbers

Here is some possible sample data

ITEM_NUMBER * ITEM_NAME * ITEM_QUANTITY

1001 * Washer Brass * 5044

1002 * Screw 4x40 stainless * 5027

1003 * Screw 6x40 stainless * 4947

So, to answer your question, a database column (or field) belongs to a table and has attributes that describe the column and what can be stored in the column.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Give an example of a database field?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Give an example of a field that might be used in a database about students?

Grades


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.


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.


Give an example of a paper-based database?

newspaper


What are the three basic steps to creating database?

The following are the basic steps of creating databaseFigure out why you need database-:This is the first step in creating database which decide reason for creating database example creating database for store dataSelect type of software which used for creating database example Microsoft access ,database oracle MySQL database.determine your field in data base this include column and low of the databasecreate a table for each portion of databasegroup your field into tableenter the data into your database.


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 are data types in a database?

They are types of data used in a field for example Text, Currencey ect


Give an example of a paper based database?

an example of a paper based database is a phone book or a telephone book. hope this helps


Give example software that can be use to manage database?

Microsoft Office Access


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.


What is a field called in a physical database?

A field in database is the column of the table. In fields or columns we store the attributes. Example for a table employee we can have fields like Name, Last Name , Contact, Basic pay etc.


What is a field databases?

A databasefield is a certain part of a data base e.g d.o.b hobbies. It is a part of the database e.g the name or surname or the address.A field is essentially the columns of the table on the database.