How i Relationship between multiple table table, one is main and other one is sub table.How i do this without add any column like forign key
Loading
How i Relationship between multiple table table, one is main and other one is sub table.How i do this without add any column like forign key
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.
Sachin SinghPosted Oct 21, 2022, 9:09 AM
Even if you don't mark a column as Foreign Key, you can join 2 tables on the basis of any common column, Otherwise it is not possible, and you will endup with Cross Join as suggested by Vishal Joshi.
Vishal JoshiPosted Aug 28, 2022, 2:59 AM
Jaydeep PatilPosted Aug 27, 2022, 7:12 AM
Rajanikant HawaldarPosted Aug 27, 2022, 6:04 AM