Skip to content

Instantly share code, notes, and snippets.

@alexleventer
Last active October 5, 2017 05:38
Show Gist options
  • Save alexleventer/5f1d2ed818710a67f987cb55d88882b0 to your computer and use it in GitHub Desktop.
Save alexleventer/5f1d2ed818710a67f987cb55d88882b0 to your computer and use it in GitHub Desktop.
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