Sounds like homework. You’d want a one-to-many relationship from the vehicles
table to the pictures
table. The pictures
table would contain a BLOB column with the images. Or it could contain a VARCHAR column with the filenames of the images as stored on disk.