Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2025 11:32 PM
Create indeed a different catalog for environment (DEV, QA, Staging, Prod), new schema/databases inside and then tables, views, volumes or functions following the three names convention <catalog_name>.<schema_name>.<table_name>. Remove, of course, the schema name from the tables or any other child data object. You can query system tables to list all objects per schema and catalog if needed.