Type the name of the table or view that you're creating an alias for, or type another alias for this table or view. Do not type a qualifier.
The table, view, or other alias can be one that exists or one that you plan to create. If you plan to create it, the value that you type:
Example
Suppose that you're creating an alias for a view that you plan to create, and that JONES is the schema that you specified in the Object schema field. If you want the fully-qualified name of the view to be JONES.user IDs, type:
"user IDs"
Attention: If you specify a table, view, or alias that doesn't exist yet, you need to create the table, view, or alias before SQL statements can reference it with the alias that you're creating. You can create a table and create a view from the Control Center.
[ Top of Page | Table of Contents | Glossary | Index ]