Last active
August 31, 2017 08:29
-
-
Save dclarke-modus/1f4c90c1404660dfe2d0ce1805a3a6f9 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
Table Employee Table Department | |
id, name department id, alias | |
1, Anh Hoang 1 1, Accounts | |
2, Anh Hoang 1 | |
3, Dean Clarke |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
select Employee. name, Department.alias from Employee INNER JOIN Department on Employee.department = Department.id