nama : Ilham taufiq
nim : 22255601012
kelas : Pengembangan Perangkat Lunak
materi : Database 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
| [1;36m | |
| ======================================== | |
| FILE INI DIDOWNLOAD DARI >>> xxx | |
| JIKA TEMAN TEMAN MENCARI INFORMASI DAN FILE-FILE MENARIK | |
| SEPUTAR ANIME SILAHKAN BERKUNJUNG KE >>> xxx | |
| Author : xxx | |
| File : xxx | |
| Website : xxx |
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
| -- Login MySQL | |
| mysql -u root -p | |
| -- Melihat Semua Database | |
| SHOW DATABASES; | |
| -- Membuat Database Baru "db_bank" | |
| CREATE DATABASE db_bank; | |
| -- Melihat Semua Database |
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
| -- Login MySQL | |
| mysql -u root -p | |
| -- Melihat Semua Database | |
| SHOW DATABASES; | |
| -- Membuat Database Baru "db_toko" | |
| CREATE DATABASE db_toko; | |
| -- Menggunakan Database "db_toko" |
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
| # Hello world in Python 3 (aka Python 3000) | |
| print("Hello World") |
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
| <p>tes</p> |