In DB2, what does a view represent?

  • Index table
  • Physical table
  • Temporary table
  • Virtual table
In DB2, a view represents a virtual table that does not store data physically but rather provides a logical representation of data stored in one or more underlying tables. Queries against views are processed by fetching data from the underlying tables based on the view's definition. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *