I'm doing a SQL / Modeling course
in mysql the creation of a composite table would look like this:
USE banco;
CREATE TABLE clientes(
cli_id integer not null auto_increment,
cli_nome varchar(20) not null,
cli_email varchar(30) not null...
asked by
21.11.2014 / 16:54