摘要:
What is view? Virtual views are relations that are defined by a query over other relations. They are not stored in the database, but can be queried as if they existed. The view relation conceptually contains the tuples in the query result, but is not precomputed and stored. Instead, the database ...
阅读全文