For example table named inspection has relationship with car I want to query inspection and filter with car.plate_number?
How can I achieve that without doing it manually in the code?
I feel this is pretty much basic requirement in relationship
TL;DR
Developers want to filter relationship attributes without manual coding. This can be achieved by utilizing querying techniques specific to the database being used, such as SQL queries or ORM filters.