Introduction

Naming Conventions

This article provides a set of best practices for naming your DataShell schema objects. These conventions are designed to help you create a consistent and predictable naming scheme for your data warehouse objects, which will make it easier to understand and maintain your data warehouse.

Introduction

Naming conventions are a set of rules that define how to name your data warehouse objects. These rules are designed to help you create a consistent and predictable naming scheme for your data warehouse objects, which will make it easier to understand and maintain your data warehouse. Some data warehouses have different naming conventions, so it's important to understand the conventions for your specific data warehouse.

Snowflake

  1. Object Names: Use lowercase letters and underscores to separate words. For example, my_database.
Previous
Introduction