Posts by xore2008 • 35 points
3 posts
-
0
votes1
answer45
viewsQ: Architecture Database
I have a question regarding the database. I have an X user who will be able to forward a message to N other user. What is the best way of this type of relationship? Should I create a table and…
-
0
votes2
answers84
viewsQ: Doubt about data-based front end modeling
I have many questions to model data of the type Posts. Ex: funcionario------cargo = 1 chefia-----------cargo = 2 chefia da chefia-cargo = 3 big boss---------cargo = 4 In that case, it would be…
-
3
votes2
answers87
viewsQ: SQL Query Simple
I’m starting with Database, and I came across a situation that I just don’t understand. I wanted to get the name of the student and the name of the subject that are in table 3 in the case…