Posts by Rafael Silvestrim • 36 points
2 posts
-
2
votes3
answers750
viewsA: SQL Inner Join 3 tables
select a.chvbfj, b.chvvnda, c.Desc from rec a inner join vndB b on b.chvvnda = a.doc inner join ps c on c.chvps = b.chvps WHERE a.chvbfj = '3'
-
0
votes1
answer81
viewsA: How to build the below algorithm in pseudocode?
var Voto: Vetor [1..2] de inteiro cont: inteiro Cod: Vetor [1..2] de inteiro valor1,valor2: inteiro sair,resultado: caractere inicio Escreval ("35 - Fernando") Cod[1] <- 35 Escreval ("45 -…