Our requirement is making to search by name in three table which are
- product_phone
- product_tablet
- Product_accessories
First table containing columns(Id,model_name)
Second table containing columns(Id,model_name)
Third table containing columns(Id,model_name).
So my requirement is to search by magnified glass by model_name
these three table without using join.
I don't have any combination of each table.