Hi,
What is Lossless join property?
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Dec 12, 2011, 2:05 AM
It guarantees that the spurious tuple generation does not occur with respect to relation schemas after decomposition.
A set of relations satisfies the lossless join property if the instances can be joined without creating invalid data (i.e. new rows). The term lossless join may be somewhat confusing. A join that is not lossless will contain extra, invalid rows. A join that is lossless will not contain extra, invalid rows. Thus the term gainless join might be more appropriate.
Please refer the below link
http://www.tonymarston.net/php-mysql/database-design.html
Thanks