317 views
0 votes
0 votes
why we can merge one-one relation in two table despite of partial participation at both end.it is possible of inserting too many null value?

1 Answer

Best answer
0 votes
0 votes

If a one - one relation has a partial participation on both the sides then we have to create two tables because if we merge everything in just one table then, there might be a chance that null values be inserted in primary key and as the rule says null values are not allowed in primary key

But if we have total participation on both sides then we can have only one table.

.

selected by

Related questions

0 votes
0 votes
0 answers
1
Ashutosh_17 asked Apr 13, 2023
433 views
Consider the following relation (capitalized letters are attributes and lower letters are values).X:From the given FDs find the dependencies that seems to apply on X and ...
0 votes
0 votes
2 answers
3
priyanshu710 asked Sep 15, 2021
784 views
What is the minimum number of relations required to represent a one-to-many relationship having total participation on the many side?Can i have just a single table with a...
1 votes
1 votes
1 answer
4
aditi19 asked Jun 7, 2019
1,884 views
How to represent referential integrity constraint in ER model?pls explain with diagram