I have the following tables:
create table Cars ( CarID int, CarType varchar(50) ); create table Maintenances ( CarID int, MaintenanceDate date, Ma