Postingan

Menampilkan postingan dari Desember, 2014

PERINTAH QUERY UNTUK MENAMBAHKAN ISI DATA DALAM TABEL-TABEL

PERINTAH QUERY INSERT DATA PADA TABEL-TABEL (DI CMD) Microsoft Windows [Version 6.1.7600] Copyright (c) 2009 Microsoft Corporation.  All rights reserved. C:\Users\EDI SANTOSO>cd/xampp/mysql/bin C:\xampp\mysql\bin>mysql -u root Welcome to the MySQL monitor.  Commands end with ; or \g. Your MySQL connection id is 35 Server version: 5.5.8 MySQL Community Server (GPL) Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Type 'help;' or '\h' for help. Type '\c' to clear the current input statement. mysql> use database_penjualan; Database changed mysql> show tables; +-------------------------------------+ | Tables_in_database_penjualan  | +-------------------------------------+ | barang                                        | | customer