Posts by Debora Rute • 17 points
2 posts
-
-2
votes1
answer80
viewsQ: Can anyone help me fix problem?
Action Receive two integers from the user, the first being the digit you want to know how many times it appears and the second being the contact number. In and out Entree: Integer value A (between 1…
casked Debora Rute 17 -
1
votes2
answers275
viewsQ: Foreign key FK, is each identification number on a table?
Example: - CLIENTE(Num_cliente, Nome_cliente, Cidade) - PEDIDO(Num_pedido, Data_pedido, Num_cliente, Preco_total) - ITEM_PEDIDO(Num_pedido, Num_item, Quantidade) - ITEM(Num_item, Preco_unitario) -…