Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Open the Drivers report in Design view. Modify the record source of the report u

ID: 3691157 • Letter: O

Question

Open the Drivers report in Design view. Modify the record source of the report using a SQL statement to select allDrivers records with a Class of Adult. Print Preview the report (eight records will display). Save and close the report. For the 'Drivers' report, the record source was not modified using a SQL statement to select all Drivers records with a Class of Adult. Open the Drivers report in Design view. Modify the record source of the report using a SQL statement to select allDrivers records with a Class of Adult. Print Preview the report (eight records will display). Save and close the report. For the 'Drivers' report, the record source was not modified using a SQL statement to select all Drivers records with a Class of Adult.

Explanation / Answer

Answer for Question:

This below SQL SELECT statement will list the all the drivers records with class of adult

SQL statement to select all Drivers records with a Class of Adult.

SELECT * FROM Customers where Drivers.records = 'Adult';