Last active
February 8, 2017 00:37
-
-
Save ilhamarrouf/d08221b6b37dc696cb27e6ece9841b5a 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 | | |
| Afika Notonegoro | Jalan Godean | NULL | | |
| Dahlan Iskandar | Jalan Tulip Semerbak | Budha | | |
| Afifah | Jalan Mawar Merah | Islam | | |
+-------------------+------------------------+------------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment