Last active
February 8, 2017 00:55
-
-
Save ilhamarrouf/114923a230f79cfcefc6d9ec9e0d3144 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 | jenis_kelamin | tanggal_lahir | id_agama | email | telpon | alamat | id_status_kepegawaian | date_created | date_update | delete | | |
+----+-------------------+---------------+---------------+----------+---------------------+----------------+------------------------+-----------------------+---------------------+---------------------+--------+ | |
| 1 | Wahid Ashari | Laki-laki | 1990-04-03 | 1 | [email protected] | +6287812340909 | Jalan Pegangsaan Timur | 2 | 2017-02-06 15:58:02 | 2017-02-06 15:58:02 | 0 | | |
| 2 | Martin Natalegawa | Laki-laki | 1979-12-28 | 2 | [email protected] | +6289655556543 | Jalan Lingkar Luar | 3 | 2017-02-06 15:58:02 | 2017-02-06 15:58:02 | 0 | | |
| 3 | Afika Notonegoro | Perempuan | 1987-06-21 | 7 | [email protected] | +6281276549087 | Jalan Godean | 3 | 2017-02-06 15:58:02 | 2017-02-06 15:58:02 | 0 | | |
| 4 | Dahlan Iskandar | Laki-laki | 1985-04-12 | 4 | [email protected] | +6281856785432 | Jalan Tulip Semerbak | 3 | 2017-02-06 15:58:02 | 2017-02-06 15:58:02 | 0 | | |
| 5 | Afifah | Perempuan | 1994-11-26 | 1 | [email protected] | +6289776549090 | Jalan Mawar Merah | 1 | 2017-02-06 15:58:02 | 2017-02-06 15:58:02 | 0 | | |
+----+-------------------+---------------+---------------+----------+---------------------+----------------+------------------------+-----------------------+---------------------+---------------------+--------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment