What Are Stored Views and Materialized Views? Stored Views A stored view is a virtual table that does not store data. Instead, it saves an SQL query, which dynamically fetches data from underlying tables or other views every time it is queried. It...
blog.naveenpn.com1 min read
No responses yet.