Posts by Tiago Silvestre • 73 points
4 posts
-
1
votes2
answers518
viewsA: Import database without table data directly from Mysql
At the time you export the database, you can choose to export only the database structure, i.e., it will not export any data, only the table structure. Below is an image showing how to export only…
mysqlanswered Tiago Silvestre 73 -
0
votes1
answer98
viewsA: Doubt - Relationship N to N
The best model would be option 2, because it would be a relation N to N, and in this case it would be necessary to create a third table to store the values of this relationship, and in this table…
-
2
votes1
answer55
viewsA: Search words in JSON file using PHP
// Essa variável pode vir de um $_POST ou de outras formas $nomeBuscado = 'Maria'; // abre o arquivo json $ficheiro = file_get_contents("ficheiro.json"); // converte em objeto $data =…
-
0
votes1
answer47
viewsQ: Doubt about UML
I have a question about the link of these tables in the image below. What I highlighted is really an association?? The correct figure of the arrow would not be so > to be an association? And what…
umlasked Tiago Silvestre 73