Multiple choice technology databases View has no physical existence until it is called upon in a query True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation A database view is a stored query definition that only produces results when invoked. Unlike tables, views have no physical storage - data is materialized dynamically at runtime from the underlying base tables.