I have 3 tables (A,B,C) and I need quite often to query the result of
A inner join B
union
A inner join C
I'm just thinking which way is going to be faster:
to write in each query the whole thing from scratch
to create a view and use it in queries