-- 16. Write a MySQL query to create a table employees including columns employee_id, first_name, last_name, email, phone_number hire_date, job_id, salary, commission, manager_id and department_id and ...
-- Fix missing foreign key relationship between want_lists.userid and profiles.id -- This resolves the error: "Could not find a relationship between 'want_lists' and 'userid' in the schema cache" JOIN ...