Computer Science, asked by gilestiffagaming, 3 days ago

what are reports in database application? explain the two types of report?​

Answers

Answered by rayyanuddin027
3

Answer:

Explanation:In a database context, a form is a window or screen that contains numerous fields, or spaces to enter data. Each field holds a field label so that any user who views the form gets an idea of its contents. A form is more user friendly than generating queries to create tables and insert data into fields.

Forms are Input to the information system and Reports are output from the system.

• Form gathers information for essentially one record of the database. That is, information about one person or object.

• On the other hand, Reports can represent information, gathered from more than one file.

• Forms are intended for displaying on the screen. Reports are intended for printing.

• Values in the form are entered and modified by the user. On the other hand, values on report can't be modified by user. It is read-only.

Answered by Anonymous
0

They are the outcome of the queries with the desired result.

  • It is the structured output of a database inquery providing information to be employed for decision-making and analysis.
  • it is essentially a front-end interface that calls or performs back-end database queries that are structured for simple application usage.
  • The reports are -

1. Interactive - Desktop apps are the only ones that provide interactive reporting. Selecting choices from the actions menu allows end users to modify the report style and data shown.

2. Classic - It is a report that software that creates a single list with all of the needed detail information.

Similar questions