Posts by Ali Ahmad Hassan • 26 points
2 posts
-
0
votes2
answers34
viewsA: Record duplicity between two tables
Make a Join between the two tables, like the example below: Select * from tabela1 inner join tabela2 on tabela1.telefone = tabela2.telefone
mysqlanswered Ali Ahmad Hassan 26 -
1
votes2
answers81
viewsA: Create a Run Class
If you want to create an object already passing the data, inform them in the constructor, as below. To display the data call the class with the method exibeInformacoes(), as below. class…
javaanswered Ali Ahmad Hassan 26