Skip to content

Instantly share code, notes, and snippets.

@cassimiro
Last active December 27, 2015 21:29
Show Gist options
  • Save cassimiro/7392177 to your computer and use it in GitHub Desktop.
Save cassimiro/7392177 to your computer and use it in GitHub Desktop.
queries do banco CidadesMais;
CREATE DATABASE baseCidadeMais;
CREATE TABLE dadosCidadeMais (ord int(20) AUTO_INCREMENTO, nome varchar (50) NOT NULL, placa varchar(7) NOT NULL, email varchar(50), saldo float, senha varchar (15), PRIMARY KEY(ord));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment