Home > Database > Mysql Tutorial > body text

Unable to create dictionary object: View by adding two database tables

WBOY
Release: 2023-08-28 12:45:10
forward
625 people have browsed it

When you create a view, it is created on top of multiple database tables using inner joins. Please note that the underlying table of the database view should be a transparent table.

To create a view on 2 tables you have to enter the main table you want to maintain and place your cursor in the field and click the button below the table list and select another table to add the view . If you don't see this option, it means the relationship is wrong.

To learn more about database views: https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenddic_database_views. htm

Unable to create dictionary object: View by adding two database tables

The above is the detailed content of Unable to create dictionary object: View by adding two database tables. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!