Hello Guys,
I just wanted to ask is there an easier way to get records from all tables of db using a single query where some tables are linked using PKs and FKs.
For example, i have a drop down which has 'Cars', 'Bikes', 'Trucks', etc
When I select Cars, i get results only from the Cars table.
But now i have added 'All' to that drop down meaning getting results from all tables for the search query.
How do i do it?