A database view defines table joins for reporting purposes:

For example, a Database View can join the Incident table to the Metric Definition and Metric Instance tables. This view can be used to report on incident metrics and may include fields from any of these three tables.

Several useful Database Views are installed with the Database View plugin and the Database Views for Service Management plugin. These Database Views cover most metric reporting needs and greatly reduce the need to define new ones.

Any user who can create a report can use Database Views as the report source, but ACLs on the underlying tables are honoured.

Note:

Limitations

 

In simple words, Database View looks like a table, but it is not a table itself. It is just a visible presentation of tables mapped fields for reporting needs. The view of mapped fields is not stored, so it is impossible to export them.