You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When inputted the following information into the table observe "Ensure non-key columns are nullable or auto-generated error"
Many rows in departments
Too many rows in employees
Through: dept_emp
Foreign Key (departments): dept_no
Foreign Key (employees): emp_no
Expected: Able to define relationships successfully.
Actual: Unable to define relationships and receive "Ensure non-key columns are nullable or auto-generated error"
Steps to reproduce:
Expected: Able to define relationships successfully.
Actual: Unable to define relationships and receive "Ensure non-key columns are nullable or auto-generated error"
Video (https://www.loom.com/share/ef773b799b12455c950928f89ccd2a77?sid=e9cfaa09-dcfe-4a79-8182-3dd5b95b02a9)
The text was updated successfully, but these errors were encountered: