forked from docs/doc-exports
Reviewed-by: Pruthi, Vineet <vineet.pruthi@t-systems.com> Co-authored-by: luhuayi <luhuayi@huawei.com> Co-committed-by: luhuayi <luhuayi@huawei.com>
2.6 KiB
2.6 KiB
Views
A view is a logical table based on one or more tables or views. A view itself contains no data.
In the source file, if the table names are not qualified with the schema name, then the target file is modified such that the table is also qualified with the same schema name as that of the view.
The following is an example of the syntax before and after view migration.
Parent topic: Schema Objects

