I have a question if it is possible to return in a query, records of two distinct tables, these tables having no relation.
I have the table clothes and table accessories. I will make a dynamic filter to list clothes (color, size and price) and accessories (categories). Initially I imagined modeling a table products, clothes and accessories, the latter two being daughters of the first (But I do not want the table products).