You can create views for synonyms in the same way as you create views for tables. The view query displays the content of the object used for the synonym. For example, the ORDERS_PROD_DEPT table has a synonym ORDERS:
If you create a view for the ORDERS synonym, the view query displays the select order of the table content:
For more information about creating views, see Views (PDM).