answersLogoWhite

0

yes .a foreign key can have null values

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Have foreign keys null values?

Yes Foreign key can have null value.


Does foreign key alllows null values and duplicate values?

A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.A foreign can have null values and it can have duplicate values.


Can the foreign key accept null?

yes


Explain two rules in relational model of database systems?

1) Entity Integrity: In a base relation, no attribute of a primary key can be null. 2) Referential Integrity: If foreign key exists in a relation, either foreign key value must match a candidate key value of some tuple in its home relation or foreign key value must be wholly null


What rule states that either each foreign key value must match a primary key value in another relation or the foreign key value must be null?

referential integrity constraint


Difference between foreign key and composite key?

primary key: primary creates a clustered index on the column and it doesn't allow null values. unique key: unique key creates non clustered index by default.it allows "one null value". foreign key: A foreign key (FK) is a column or combination of columns used to establish and enforce a link between the data in two tables. Fore More information, you can visit this website:http://www.iyogibusiness.com


How do you apply a foreign key in a database?

The foreign key is a reference to a key (identifier) of a row in another or even the same table. When the foreign key is not null, it implies that there's an entry in the referenced table with that identifier. The syntax depends on wich database are you using, check the page in the related links below.


What is a primary key that is null?

Unique key


What are database constraints?

Constraints put conditions at table level. There are 5 database constraints: 1. unique 2. not null 3. primary key 4. foreign key 5. check


What not a likely primary key?

A field that is not unique and null can not be used as a primary key. Praimary key must satisfy the conditions of not null and unique.


Can super key have null value?

No they can not


Does primary key allow null?

No