Creating objects that span multiple schemas
Vertica supports that reference tables across multiple schemas.
	Vertica supports views that reference tables across multiple schemas. For example, a user might need to compare employee salaries to industry averages. In this case, the application queries two schemas:
- 
Shared schema IndustrySchemafor salary averages
- 
Private schema HRSchemafor company-specific salary information

Best Practice: When creating objects that span schemas, use qualified table names. This naming convention avoids confusion if the query path or table structure within the schemas changes at a later date.