answersLogoWhite

0

Mechanical, Electrical, Architectural, Civil, Aeronautical

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Computer Science

In a wide area network (WAN) how would you troubleshoot an issue with the domain name system (DNS)?

get the help of someone with specialized knowledge in the area


What is the name for a search in a database?

You can search for data using SQL statements. SELECT <what fields you want to see> FROM <what table has those fields and your data> WHERE <some conditional for the item you're searching for>;


What does field mean in access?

Access is a database, and like a database, it has tables and fields. A table is a group of fields, and a field is likewise a single storage element of a table. For example, if there is a table called "Contacts", it might contain fields such as "First Name", "Last Name", "Email", and "Phone." Each field has a limit to the amount and type of data it can contain, and each field can be validated independently of any other field.


What are the examples of fields in a database?

You could have a text field called Name. You could have a date field called Date of Birth.


What is a database fieldname?

A database stores information like names, address, dates of birth etc. When the database is being designed, headings for these things are create, to store the different parts. These are the fields. "Name" is a field, and it could have the fieldname "Name". The designer will often decide to break the name into a first name and a surname. In that case each field would need a different fieldname. They might use "Fname" and "Sname" for example. "DOB" is often used as the fieldname for the field to store Dates of Birth. When the designers are then working to do queries or other programming with the database, they will use the fieldnames to access the data.