I'm starting mysql, so do not look at bad tables.
Anyway I have the following tables:
create table Alunos (
MAT int,
nome varchar (45),
endereco varchar (45),
cidade varchar (45),
constraint primary key (MAT)
);
create table Disciplinas (...
asked by
13.05.2017 / 01:32