4. Maintaining a Distributed Database
:
Register as Link Statement—Define Database Objects to Ingres Star
:
Register View as Link Statement—Define View to Ingres Star
:
Example: Register View as Link
Share this page
Example: Register View as Link
This statement registers the view follow_ups from the database west_usa on the node reno, and gives it the name usa_visits:
register view usa_visits as link
from follow_ups
with node = reno, database = west_usa;