answersLogoWhite

0


Best Answer

A Table field is one that stores the data corresponding to one attribute of the table. for a school student db it might be roll number, name, date of birth, grade etc.

Ex:

Name Roll No. Age Grade

John 101 12 5

Julie 102 12 5

Here name, roll no, age etc are fields

User Avatar

Wiki User

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

Anonymous

Lvl 1
4y ago

cloud

box

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

J ye bdbd

This answer is:
User Avatar
User Avatar

Anonymous

Lvl 1
3y ago
no

Add your answer:

Earn +20 pts
Q: 2 examples of fields in a database holding details about school pupils?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

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 database required field?

It is a field in a database that cannot be left empty when data is being entered. This is because it stores critical information. For example, if you are buying something online, then you need to have a credit card number, so that you can make your purchase. So when storing your details, it is essential that a credit card number is entered. Without it, a transaction cannot happen. So it would be a required field for that database. Some other fields can be left empty if you want, as they are not required fields.


What is a field specification sheet?

This is a part of the scope of work that specifies the fields used in the database tables and offers definitions to these fields; their foreign key relationships, etc.


Program to create a employee database?

Recs4frre.com will allow you to create an online employee database by basing your database on an existing template. There are a few templates on the site. You can then set up users with different permission levels. Employee photos can be uploaded and you can add or delete fields from the database. For a local database try www.dms-intnat.com. This is not free but not too expensive.


What are flat files?

In database management, a flat file is one that holds all the information in a single table.By contrast, a relational database has two or more tables having a defined relationship to each other.A flat file is not related to any other table.ExamplesFlat fileYou could keep details of a DVD collection in a flat file. Some of the fields might be:titledate purchasedlengthyear issuedRelational databaseA retail business might have a database with three tables:products [one record for each type of item for sale]customersproducts&customers [each sale constitutes a record in this table. The table is related (linked) to each of the other two tables]Tables and files"Table" is a database term, "file" a computer term. Some database management programs make each table into a separate file. Others store all the tables in a single file.

Related questions

List two examples of fields in a database holding details about school pupils?

Your name, address, and all information about you.


List two examples of fields in database holding details about school pupils?

Student Information System (SIS) database: This database typically includes fields such as student names, dates of birth, addresses, contact details, parent/guardian information, enrollment information, attendance records, grade levels, and academic performance. Class Rosters database: This database may contain fields such as student IDs, course enrollments, teacher names, class schedules, and grades or assessment scores. It helps to track the specific classes and courses in which each student is currently enrolled, as well as their performance in those classes.


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


Do the fields of a database need to be the same?

Each field is different in a database. A field is a heading for a piece of data. If you were holding data about people the different fields you could have could include: Firstname, Surname, Date of Birth, Phone Number, Gender, Marital Status etc. None of those are the same. You are not going to have two dates of birth for one person or ask them for it twice, so it will be there once, as will all fields. If you are filling in details for a number of people it is possible that some people would have the same details, like obviously lots of people are going to be male. Each of these relates to one person only, and is known as a record. That is different to a field. We can think of fields as being like columns of data and records as being like rows. In a column, all the data will be one thing, like dates of birth. In each row, there will be one entry for each field and all the data relates to one individual.


What is a group of fields in a database called?

Any computer based database is composed of certain things in a certain order. The simplest part of a database is the field. Fields can contain pictures or text or sounds or instructions on what to do with other information in other fields. Fields are grouped into Records. Records are the total of all the information on a particular person or item. Records can be combined with other records then to build the database


What is the database that contains tables linked by common fields?

A relational database is a database that contains tables linked by common fields. These common fields are used to establish connections between the tables and to retrieve related data across multiple tables using queries.


What is the key fields in a database?

what is a Absolute reference


What makes up a database?

A database is made up of related information in Tables and fields.


Describe database normalization?

Database Normalization is the process of organizing the fields and tables of a relational database to minimize redundancy and dependency


How many fields does a database have?

Modern databases do not have a preset number of fields. Rather, the data architect determines the needed tables and number of fields per table and declares that to the database software. Fields can--with some restrictions--also be added and removed later as needed. That said, each database application does have a maximum limit on the number of fields per table and the number of tables per database, which information has to come from the database manufacturer. But those limits are usually vastly greater than anyone might want. It is part of a computer and it has many fields.


When you create a database you define its that is you assign names and types to all the fields?

When you create a database, you define its structure by assigning names and data types to all the fields. This process involves specifying the tables, fields, and relationships between them to organize and store data efficiently. By defining the database schema, you establish the blueprint for how data will be stored and accessed within the database.