Final answer:
A report that includes data from a primary table and all joined records from related tables is known as a Detail report, commonly used to show detailed information for each record.
Step-by-step explanation:
A report that shows the data from a record in the primary table and then all joined records from the related table is called a Detail report. This type of report provides a comprehensive view of the data associated with a certain record, including all the details from the related tables that are linked through database relationships.
It's essentially used to display detailed information for each record, often in a one-to-many relationship, such as showing a customer and all their orders.