Which is the folowing represents a window that displays a graphical view of items in the database?
-
Dashboards
-
View
-
Grid view
-
Tree View
In TLM (Transaction Lifecycle Management) systems, dashboards provide a graphical visualization of items stored in the database. While views allow data examination, the term specifically referring to a graphical display window is dashboards.
A 'Tree View' is the standard UI/UX term for a window or pane that displays a graphical, hierarchical representation of items in a database — e.g., SQL Server Management Studio's Object Explorer, MySQL Workbench's Navigator, or Access's Navigation Pane all render tables, views, and other database objects as an expandable tree of nodes, which is literally 'a graphical view of items in the database.' A 'Dashboard,' by contrast, is a window composed of charts, KPIs, and summary metrics aggregated from data — it visualizes analytical results, not the database's own object inventory. 'View' (a saved SQL query) and 'Grid view' (a tabular row/column display of query results) are also not graphical hierarchical representations of database items. The best fit for the definition given is Tree View.