-
MySQL tutorial how to DELETE a table using SQL
This MySQL tutorial shows you how to delete a database using SQL and the DROP keyword. DROP TABLE tblNameHere; For example: DROP TABLE dbSophyTest; DROP TABLE CompanyName; View my MySQL playlist… Original source
-
MySQL Database Tutorial #4: Menciptakan tabel dan memusnahkan tabel
Pada video ini saya mendemonstrasikan: 1. Cara menciptakan tabel dengan perintah CREATE TABLE 2. Cara memusnahkan tabel dengan perintah DROP … Original source
-
Tablas (create, alter, drop table) con mysql workbench. Video Tutorial 3 SQL en español.
En este video tutorial se explica como crear, modificar y borrar tablas. Data Definition language DDL Ejemplos: CREATE TABLE `edu`.`publisher` ( `idpublisher` … Original source