Select the Tables and Views for a SQL Server View
Use the From tab in the SQL Server View Editor to select the tables and views that you want to participate in a view. The tables and views that you select in this tab define the list of available tables and views that display in the Select tab that can be selected to participate in a view.
To select the tables and views to participate in a view
The SQL Server View Editor opens.
Displays the tables and views in the current model that are available to use in the view. Select a table or view that you want to add and click the right arrow button after each selection to add it to the From list box.
Shows the tables and views that you selected from the Available Tables and Views list box.
Lets you enter an alternative name for the selected source in the From list box. An alias is typically a new name that is more appropriate in the context of the table or view selected. The Alias option becomes available only after you have selected a source in the From list box.
The tables and views you selected are included in the selected view and the SQL Server View Editor closes.
Copyright © 2017 erwin Inc.
All rights reserved.
|
|