108k views
4 votes
A sales report that is current at the time the user accessed it on a web server is an example of a(n) ________.

User Giladrv
by
5.1k points

2 Answers

2 votes
dynamic report the answer is
User Sugumar Venkatesan
by
5.0k points
3 votes

Answer:

dynamic report

Step-by-step explanation:

Reports provide useful information in the database, similar to queries. Reports are generated from tables or database queries. They can contain all the fields in the table or query, or only a selected group of fields. Reports can be static or dynamic. Static reports contain the data of the selected fields at the time of generating the report while the dynamic reports can be updated to show the latest data.

Dynamic reports update only the data that is loaded or added to the table or query. They do not show any changes made to the table or the query itself. For example, after creating the following example, open the Fuel consumption query created before. Change the number 1 to the number 3 in the “Final readings” column. ”Odometer” - “Fuel”. Odometer ”. The report will be identical before and after you make the changes.

User Jan Derk
by
5.7k points