I have the following SQL Server tables:
create table Cars ( CarID int, CarType varchar(50), PlateNo varchar(20) ); create table Fuelings ( CarID int, F