• Tutorial
    HTML CSS jQuery PHP MySQL Snippets Manual
    Semua Tutorial
  • Artikel
    News Event Video
  • Demo & Source Code
  • Tools
    Doit Editor
  • Store
    Source Code
  • My Account
  • ×
  • Tutorial
  • News
  • Video
  • Event
  • Snippets
  • Manual
  • Doit Editor
  • Demo
Tutorial MySQL Dasar
  • MySQL
  • DDL, DML dan DCL
  • MySQL Create
  • MySQL Membuat Database
  • MySQL Select
  • MySQL Alter
  • MySQL Drop
  • MySQL Type Data
  • MySQL Insert
  • MySQL Fungsi String
  • MySQL Fungsi Date Time
  • MySQL Where
  • MySQL Join
  • MySQL Like
  • MySQL Update
  • MySQL Delete
  • MySQL Backup Restore
Tutorial Lainnya
  • Membuat Login dengan PHP & MySQLi
  • Membuat Pencarian Facebook
  • Membuat Dynamic Select Box
  • Membuat Fitur Read More
  • Membuat Laporan Excel
Populer
  • Tips dan Tutorial CSS

    Mengatur Tata Letak Gambar dengan CSS

    01 Nov 2013
  • Reset Auto Increment MySQL

    Reset Nilai Auto Increment MySQL

    02 Nov 2013
  • Membuat Gambar Background Full Screen dengan CSS

    Membuat Gambar Background Full Screen dengan CSS

    11 Oct 2017
  • Mencari Data Duplikat di MySQL (Duplicate Value)

    Mencari Data Duplikat di MySQL (Duplicate Value)

    10 Apr 2018
  • Belajar MySQL

    Mengenal DDL, DML dan DCL di MySQL

    09 Sep 2020
Terbaru
  • Cara Membuat, Mengedit dan Menghapus Tabel di PHPMyAdmin

    Cara Membuat, Mengedit dan Menghapus Tabel di PHPMyAdmin

    02 Jun 2025
  • 7 Situs Terbaik Untuk Download Template Website dan Aplikasi Mobile Gratis

    7 Situs Terbaik Untuk Download Template Website dan Aplikasi Mobile Gratis

    21 May 2025
  • Contoh Database Rumah Sakit MySQL

    Contoh Database Rumah Sakit MySQL

    21 May 2024
  • Menghitung Umur dengan MySQL

    Menghitung Umur dengan MySQL

    11 Feb 2023
  • Cara Uninstall Apache2 di Ubuntu

    Cara Uninstall Apache2 di Ubuntu

    06 Feb 2023

MySQL Drop


MySQL DROP digunakan untuk menghapus Database, Tabel, Kolom, View dan Index. Berikut berbagai contoh penggunaan command MySQL Drop.

Menghapus Database

DROP DATABASE db_coba

Menghapus Tabel

DROP TABLE user

Menghapus Kolom Tertentu

ALTER TABLE user DROP nama

Menghapus View

DROP VIEW Klien

Menghapus Index

ALTER TABLE user DROP INDEX nama_depan

© 2016 ePlusGo.
  • About
  • Hubungi Kami
  • Manual
  • Doit Editor
  • Demo
  • Tutorial
  • News
  • Video
  • Event
Ikuti Kami :

  • Login
  • Sign Up
Forgot Password?
Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.
body::-webkit-scrollbar { width: 7px; } body::-webkit-scrollbar-track { border-radius: 10px; background: #f0f0f0; } body::-webkit-scrollbar-thumb { border-radius: 50px; background: #dfdbdb }