answersLogoWhite

0


Best Answer

The foreign key has to match the information from the corresponding record in the other table.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why is a field with an autonumber data type not a good candidate for the foreign key field for a one to many relationship?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

Why does Microsoft access auto number keep resetting by itself?

When you use the compact and repair tool, the Auto Number in a table will be reset to one greater than the largest existing AutoNumber value. For example, consider a table with an AutoNumber field that has 10 rows with autonumbered values from 1 to 10. If you delete rows 6, 9, and 10, and then compact and repair the database, the AutoNumber seed will be reset to 9 (1 greater than the maximum AutoNumber value in the table, which in this example is 8). If the table has no data in it, the AutoNumber will be reset to 1.


Which relationship defines gravitational field strength?

g=GM/r2


True or false A foreign key is a field in one table that refers to the primary key field in another table and indicates how the the tables are related?

True.


All types of keys in database?

* Alternate key - An alternate key is any candidate key which is not selected to be the primary key * Candidate key - A candidate key is a field or combination of fields that can act as a primary key field for that table to uniquely identify each record in that table. * Compound key - compound key (also called a composite key or concatenated key) is a key that consists of 2 or more attributes. * Primary key - a primary key is a value that can be used to identify a unique row in a table. Attributes are associated with it. Examples of primary keys are Social Security numbers (associated to a specific person) or ISBNs (associated to a specific book). In the relational model of data, a primary key is a candidate key chosen as the main method of uniquely identifying a tuple in a relation. * Superkey - A superkey is defined in the relational model as a set of attributes of a relation variable (relvar) for which it holds that in all relations assigned to that variable there are no two distinct tuples (rows) that have the same values for the attributes in this set. Equivalently a superkey can also be defined as a set of attributes of a relvar upon which all attributes of the relvar are functionally dependent. * Foreign key - a foreign key (FK) is a field or group of fields in a database record that points to a key field or group of fields forming a key of another database record in some (usually different) table. Usually a foreign key in one table refers to the primary key (PK) of another table. This way references can be made to link information together and it is an essential part of database normalization


Relationship between flux density and field strength?

In simple terms, if flux density increases, then field strength increases and vice versa. The flux density is equivalent to field strength times with a variable.

Related questions

What type of field in MS Access is incremented automatically?

The AutoNumber type.The AutoNumber type.The AutoNumber type.The AutoNumber type.The AutoNumber type.The AutoNumber type.The AutoNumber type.The AutoNumber type.The AutoNumber type.The AutoNumber type.The AutoNumber type.


Why is a field with an AutoNumber data type a good candidate for the primary key field for that table?

Because it uniquely identifies each record in that table, No two records can have the exact same entry in the field designated as the primary key.


Who are automatically increases the number value in MS Access?

A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.A field set to the Autonumber data type will automatically increase the value in each new record.


Is the Values in an AutoNumber field automatically created by Access?

true


When does Access automatically assigns either a sequential or random numbering field?

AutoNumber


When a relationship exists between two tables in a database for Microsoft acess what name is given to the matching field in the related table?

The field in a related table that matches a field in another table is called a foreign key. This foreign key establishes the relationship between the two tables in a database.


Why does Microsoft access auto number keep resetting by itself?

When you use the compact and repair tool, the Auto Number in a table will be reset to one greater than the largest existing AutoNumber value. For example, consider a table with an AutoNumber field that has 10 rows with autonumbered values from 1 to 10. If you delete rows 6, 9, and 10, and then compact and repair the database, the AutoNumber seed will be reset to 9 (1 greater than the maximum AutoNumber value in the table, which in this example is 8). If the table has no data in it, the AutoNumber will be reset to 1.


What a pre-filled user field called in access?

It is a field with a default value, so it is a default value field. Autonumber fields can also put values in themselves, as can calculated fields.


What is autonumber field in access?

Automatically stores a number that is one greater than the last number used. It is used to identify a record by acting as a Primary Key. A Primary Key is unique and cannot be left blank. Even if a number is deleted, that number will never be used again, ensuring that each record can be uniquely identified. You do not have to enter the value. It will automatically enter itself. You also cannot change it.


How do you link two or more access table?

Creating Relationships between Tables Relationship is an association established between common fields (columns) in two tables. A relationship can be one-to-one, one-to-many, or many-to-many. When you create a relationship between tables, the related fields don't have to have the same names. However, related fields must have the same data type unless the primary key field is an AutoNumber field. You can match an AutoNumber field with a Number field only if the FieldSize property of both of the matching fields is the same. For example, you can match an AutoNumber field and a Number field if the FieldSize property of both fields is Long Integer. Even when both matching fields are Number fields, they must have the same FieldSize property setting. Opening the Relationship window 1. Click Tools Menu2. Click Relationships3. Select the table from the Show Tables dialog box4. Click Add to Add the tables5. Click Close button Note: To open the Show Table dialog boxClick Relationship MenuClick Show Tables To create a New Relationship 1. Click Relationship Menu2. Click Edit Relationship3. Click Create New button4. Click Left Table Name arrow & Select the table5. Click Right Table Name arrow & Select the table6. Click Left Column Name arrow & Select the field name7. Click Left Column Name arrow & Select the field name8. Click OK button9. Click Create button For more details refer http://msaccess.batcave.net


What is a Auto Number?

Autonumber in Access is a special data type that, starting at 1, automatically adds a number for each line you add... For example... Say you were entering guests that were coming into a hotel. You would write John Smith into the name field, and the autonumber field would automatically add the number 1 to it. The next record would automatically add 2 into the field. So it would look like 1 John Smith 2 Katy Jones This makes it a more efficient way to write lists. The Autonumber field will not let you change the value, even if other records are removed, so ensuring that each record retains its own number.


What are the differences between super key primary key candidate key and foreign key?

Super key: A set of attributes that uniquely identifies a tuple in a table. Primary key: A specific super key chosen to uniquely identify each tuple in a table and must be unique and not null. Candidate key: Any super key that could be chosen as the primary key. Foreign key: A field in a table that is a primary key in another table, used to establish a relationship between the two tables.