I am building a database with the following tables:
Aluno: id_aluno, aluno_login, aluno_senha, aluno_nome, aluno_sobrenome, aluno_cidade
Aluno_Categoria: id_categoria_curso, id_categoria, id_aluno
Categoria (ou curso): id_categoria, categoria_nome, categoria_curso
Does curso
have categoria
or categoria
have curso
? If I reverse the order has something to do or do we fall into that question "does not the order of the factors change the product?"