Skip to content

Instantly share code, notes, and snippets.

@ilhamarrouf
Last active February 8, 2017 00:37
Show Gist options
  • Save ilhamarrouf/d08221b6b37dc696cb27e6ece9841b5a to your computer and use it in GitHub Desktop.
Save ilhamarrouf/d08221b6b37dc696cb27e6ece9841b5a to your computer and use it in GitHub Desktop.
JOIN SQL
+-------------------+------------------------+------------+
| 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