Foreign Table

Create

Right-click on the foreign table in the database object tree and select New. Edit the foreign table statement and click OK to create the foreign table. fgn_table_create.png

Edit

Right-click on the foreign table in the database object tree and select Edit. Edit the foreign table statement and click OK to modify the foreign table. fgn_table_edit.png

Rename

Right-click on the foreign table in the database object tree and select Rename. Enter the new foreign table name and click OK to complete the renaming. fgn_table_rename.png

Drop

Right-click on the foreign table in the database object tree and select Drop. A confirmation pop-up will appear. Click OK to Drop the foreign table. fgn_table_drop.png

Script

View DDL

Right-click on the foreign table in the database object tree and select Script -> View DDL. You can view and copy the DDL statement in the pop-up box. fgn_table_ddl.png

Generate Select

Right-click on the foreign table in the database object tree and select Script -> Generate Select.... View the statement in the pop-up box. fgn_table_dml.png