In an RDBMS, a ________ is a virtual table that represents the result of a database query.

  • Index
  • Stored Procedure
  • Trigger
  • View
In an RDBMS, a view is a virtual table that represents the result of a database query. It provides a way to present data in a structured manner without storing the actual data, thus simplifying data access and enhancing security.
Add your answer
Loading...

Leave a comment

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