Posts by Jorge Toledo • 31 points
3 posts
-
3
votes2
answers1023
viewsQ: Database modeling problem
I created a system that has control of sales (id, id_vendedor, produto), salesman (id, nome, id_equipe) and team (id, nome) in a company. Example: "John has id: 1 and belongs to the team: Blue; in…
-
0
votes0
answers58
viewsQ: Generate sequence PHP number
I have a database (Mysql) with about 100 registered clients and I am creating a table (ranking) of purchases of these clients, I know that the bank creates an ID autoincrement, would like to put in…
phpasked Jorge Toledo 31 -
0
votes1
answer632
viewsQ: Numerical sequence
I have a database (Mysql) with about 100 registered clients and am creating a table (ranking) of purchases of these customers, I know that the bank creates an ID autoincrement, would like to put in…