Hi, I created a view with this query, and I can see that in console data management > Databases like if it was another table:
SELECT
documents.*, documentCategories.name AS categoryName
FROM
documentcategories, documents
WHERE
documentcategories.idCategory=documents.category
===================
Twitter:
diegoxleon