Last active
February 8, 2017 00:04
-
-
Save ilhamarrouf/54cceaf0b4c8a2238bce35c2bba77773 to your computer and use it in GitHub Desktop.
JOIN SQL
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
+----+------------+ | |
| id | nama_agama | | |
+----+------------+ | |
| 1 | Islam | | |
| 2 | Kristen | | |
| 3 | Hindu | | |
| 4 | Budha | | |
| 5 | Konghucu | | |
| 6 | Lainnya | | |
+----+------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment