Created
September 21, 2017 17:16
-
-
Save luizguilhermefr/521bfd5227c3821a5f5f26a589bbef1d to your computer and use it in GitHub Desktop.
4FN Violation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╔═══════════════════╦═════════════════╦═══════════════════╗ | |
║ [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