Last active
October 5, 2017 05:38
-
-
Save alexleventer/5f1d2ed818710a67f987cb55d88882b0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
EMPLOYEE = { | |
NAME, EMPID, DEPTNAME | |
Harry, 3415, Finance | |
Sally, 2241, Sales | |
George, 3401, Finance | |
Harriet, 2202, Production | |
} | |
DEPT = { DEPTNAME MANAGER | |
Sales Harriet | |
Production Charles | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment