Posts by Abism • 15 points
2 posts
-
0
votes2
answers150
viewsQ: Inner Join Database
Staff I am using this command on sqlserver: SELECT ALUNOS.NOME, DISCIPLINAS.NOME AS DISCIPLINA, MAX(NOTAS.NOTA) AS MEDIA FROM NOTAS INNER JOIN ALUNO_DISCIPLINA ON ALUNO_DISCIPLINA.identificacao =…
-
1
votes1
answer79
viewsQ: Execution time of arrow problem
I’m looking to solve a programming problem. The statement is here: http://olimpiada.ic.unicamp.br/pratique/programacao/nivel1/2014f1p1_setas I made a code, but at the time of sending gives problem…