You are working as a data analyst for an automobile rental c…

Questions

Yоu аre wоrking аs а data analyst fоr an automobile rental company. You are working on the Customers and Rentals tables storing the customer data. These tables contain the following fields:Customers: CustomerID, Name, Email, Reg_DateRentals: RentalID, CustomerID, Rental_Date, Type, Model, DurationYou want to create a table displaying all the records for the customers who have registered on the website and have rented a vehicle. Which of the following types of joins should you use to accomplish the task?