Good I have in the table inspections some select that have values, so as not to have to hardcode all the possible values to choose to store them in a table called form_values
When saving an inspection in the picker field, the id of that option is saved
When obtaining the form data
I need those fields not to return the id of the value but the value itself that should be searched for by its id in the other table
I guess it will be with an inerjoin
How could I make this query?