Skip to content

Instantly share code, notes, and snippets.

@luizguilhermefr
Created September 21, 2017 17:16
Show Gist options
  • Save luizguilhermefr/521bfd5227c3821a5f5f26a589bbef1d to your computer and use it in GitHub Desktop.
Save luizguilhermefr/521bfd5227c3821a5f5f26a589bbef1d to your computer and use it in GitHub Desktop.
4FN Violation
╔═══════════════════╦═════════════════╦═══════════════════╗
║ [PK][FK] employee ║ [PK][FK] skill ║ [PK][FK] language ║
╠═══════════════════╬═════════════════╬═══════════════════╣
║ 1 ║ frontend ║ french ║
║ 1 ║ frontend ║ portuguese ║
║ 1 ║ frontend ║ spanish ║
║ 1 ║ design ║ french ║
║ 1 ║ design ║ portuguese ║
║ 1 ║ design ║ spanish ║
╚═══════════════════╩═════════════════╩═══════════════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment