Last active
February 8, 2017 01:05
-
-
Save ilhamarrouf/ceb9475cc1118cd492a232918a8f2e37 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
+-------------------+------------------------+------------+ | |
| nama | alamat | nama_agama | | |
+-------------------+------------------------+------------+ | |
| Wahid Ashari | Jalan Pegangsaan Timur | Islam | | |
| Martin Natalegawa | Jalan Lingkar Luar | Kristen | | |
| Dahlan Iskandar | Jalan Tulip Semerbak | Budha | | |
| Afifah | Jalan Mawar Merah | Islam | | |
| NULL | NULL | Hindu | | |
| NULL | NULL | Konghucu | | |
| NULL | NULL | Lainnya | | |
+-------------------+------------------------+------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment