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) - EXPEDICAO(Num_pedido, Num_deposito, Data_envio) - DEPOSITO(Num_deposito, Cidade)
In this case the FK, are the customer number, order number, customer number, item number, order number, deposit number is there any restriction in this example, can anyone see?