SELECT * from contract INNER JOIN customer on contract.ID_C=customer.ID_C INNER JOIN vehicle on contract.ID_Car=vehicle.ID_Car
Mysql query above is