Posts by Cardozo • 11 points
1 post
-
1
votes0
answers22
viewsQ: Search in 3 tables
I have the following tables: CREATE TABLE alunos ( id_aluno int not null, nome VARCHAR(255), PRIMARY KEY (id_aluno) ) CREATE TABLE aulas ( id_aula int not null, nome VARCHAR(255), PRIMARY…
relationshipasked Cardozo 11