You can translate the document:

Content

Denodo Virtual DataPort allows users to connect to different data sources. Once the connection is established, views can then be created on top of the data sources. These views are called base views.

A developer can use base views to define new relations, which are called derived views. Derived views may appear in the FROM clause of any VQL query and can be used as a base for constructing new views or queries.

It is important to keep in mind that although derived views can be used as a base for new relations, Virtual DataPort uses different syntaxes for base views and derived views:

  • CREATE/ALTER/DROP TABLE base_view_name
  • CREATE/ALTER/DROP VIEW derived_view_name

If the above syntaxes are used incorrectly, (e.g. trying to modify a derived view with the ALTER TABLE command), Denodo Virtual DataPort will throw a “Selected view is not a base view” error.

Disclaimer

The information provided in the Denodo Knowledge Base is intended to assist our users in advanced uses of Denodo. Please note that the results from the application of processes and configurations detailed in these documents may vary depending on your specific environment. Use them at your own discretion.

For an official guide of supported features, please refer to the User Manuals. For questions on critical systems or complex environments we recommend you to contact your Denodo Customer Success Manager.
Recommendation

Questions

Ask a question

You must sign in to ask a question. If you do not have an account, you can register here