/basics_mysql

basic examples about mysql syntax, querys, procedures, testing and more

Primary LanguagePLSQL

comandos basicos

  • show databases;

  • create database foo

  • use foo;

  • show tables;

  • create table bar(id int);

  • alter table 'bar' add EDAD int unsigned;

  • describe bar;

  • drop table bar;

herramientas libres

mysql workbench

Plugin de Atom: