1
I need to select several tables linked by the "user id" and return the data to compose a profile page, but some of these tables may be empty at first, that is, the query will not find the "user id" in one of them and will return an error or no data. How can I select multiple tables by returning the query regardless of the data found or not?