Based on the tables below and passing the 'start date' and 'dataFim', would it be possible with only one Select select from the Vehicle Table only vehicles that are not in the Reserve Table? I'm studying Inner Join, but I have no idea if this is possible.
Tabela Veiculo
--------------
idVeiculo
nomeVeiculo
Tabela Reserva
--------------
idVeiculo
dataInicio
dataFim