Welcome to the community, @Mani_Agrawal.
It sounds like you’re coming from a relational database background.
Unfortunately, Airtable is not a real relational database system, so there is no automatic linking of records between tables based on field values. There is no concept of primary and foreign keys in Airtable.
All links must be manually created by you through a linked record field, and this can be partially automated through an automation that you build in Airtable Automations, JavaScript, Integromat, the API, etc.
Welcome to the community, @Mani_Agrawal.
It sounds like you’re coming from a relational database background.
Unfortunately, Airtable is not a real relational database system, so there is no automatic linking of records between tables based on field values. There is no concept of primary and foreign keys in Airtable.
All links must be manually created by you through a linked record field, and this can be partially automated through an automation that you build in Airtable Automations, JavaScript, Integromat, the API, etc.
Thanks @ScottWorld appreciate the quick response. I am not a developer but yes lot more familiar with relational database. Guess will have to solve it manually.