Why foreign keys are allowed to have NULL values? Explain with an example.
Foreign Key is used to represent the relation between two tables. Because in the field with Foreign key attribute data comes from Primary key field in another related table and so Foreign key are allowed to have Null Values if it not the part of Primary key field of the related table. For example- Here […]
Why foreign keys are allowed to have NULL values? Explain with an example. Read More »