Consider the following database schema:
Drivers (did, dname, gender, age)
Reserve (did, cid, day, cost)
Cars (cid, cname, model, color, rid)
RentalCompany (rid mame, revenue, rating)
IsMember(did, rid, join_time, member_type)
Display the QBE tables that will answer the following questions.
Find the names of drivers who have reserved a red car on day "02/14/2017" of model "Chevrolet".