Skip to the content Skip to the main menu

stentertainment

sten's entertainment blog.

  • Home 🏡
  • Work 🖼
  • Code Notes ⌨︎
  • Blog ✍️
  • Photography 📷
  • I Made You A Mixtape… 🎧
  • Mood Board 🎨
  • Goals 🏁

Recent Posts

  • How To Do Data Science the Right Way for Business Actions
  • How Do You Build OOP Classes for Data Science?
  • Grouping and Aggregating Data with Pandas Cheat Sheet
  • Data Science Methods: Imputation
  • Data Visualization Project: Average Percent of Population At or Below Minimum Wage

Recent Comments

    Archives

    • August 2021
    • August 2020
    • May 2020
    • April 2020
    • March 2020
    • February 2020
    • January 2020
    • December 2019
    • September 2019

    Categories

    • Airflow
    • AWS
    • Bash
    • Big Data
    • Causation
    • command line
    • Data
    • Data Science
    • Data Visualization
    • Docker
    • Flask
    • Machine Learning
    • Notes
    • pandas
    • Philosophy
    • Python
    • python
    • shell
    • Snowflake
    • SQL
    • Statistics
    • Tools
    • Uncategorized
    • zsh

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
    • Home 🏡
    • Work 🖼
    • Code Notes ⌨︎
    • Blog ✍️
    • Photography 📷
    • I Made You A Mixtape… 🎧
    • Mood Board 🎨
    • Goals 🏁

    sten's entertainment blog.

    • Home 🏡
    • Work 🖼
    • Code Notes ⌨︎
    • Blog ✍️
    • Photography 📷
    • I Made You A Mixtape… 🎧
    • Mood Board 🎨
    • Goals 🏁

    Recent Posts

    • How To Do Data Science the Right Way for Business Actions
    • How Do You Build OOP Classes for Data Science?
    • Grouping and Aggregating Data with Pandas Cheat Sheet
    • Data Science Methods: Imputation
    • Data Visualization Project: Average Percent of Population At or Below Minimum Wage

    Recent Comments

      Archives

      • August 2021
      • August 2020
      • May 2020
      • April 2020
      • March 2020
      • February 2020
      • January 2020
      • December 2019
      • September 2019

      Categories

      • Airflow
      • AWS
      • Bash
      • Big Data
      • Causation
      • command line
      • Data
      • Data Science
      • Data Visualization
      • Docker
      • Flask
      • Machine Learning
      • Notes
      • pandas
      • Philosophy
      • Python
      • python
      • shell
      • Snowflake
      • SQL
      • Statistics
      • Tools
      • Uncategorized
      • zsh

      Meta

      • Log in
      • Entries feed
      • Comments feed
      • WordPress.org
      • Home 🏡
      • Work 🖼
      • Code Notes ⌨︎
      • Blog ✍️
      • Photography 📷
      • I Made You A Mixtape… 🎧
      • Mood Board 🎨
      • Goals 🏁
      snowflake load file to table tutorial guide

      Snowflake – Clone A Table in Snowflake

      Sometime you need to duplicate, or clone, an already existing table in Snowflake. This is how you do that:

      create table new_table_clone clone existing_table;
      • Post date
        February 6, 2020
      • Posted in Snowflake, SQL
      Previous post: Snowflake – Rename Column In An Already Existing Table Next post: Airflow – Create Multiple Tasks With List Comprehension and Reuse A Single Operator

      Related Posts

      snowflake load file to table tutorial guide

      Snowflake – Add, Drop, or Modify Column In Snowflake Table

      • Post date
        January 30, 2020
      • Comments
        0
      snowflake load file to table tutorial guide

      Snowflake – Maintaining Partitions in Tables with Delete / Insert Into Instead of Create or Replace Table

      • Post date
        January 28, 2020
      • Comments
        0

      How to get top records for each category in SQL

      • Post date
        December 9, 2019
      • Comments
        0
      snowflake load file to table tutorial guide

      Snowflake – Load Local CSV File as Table into a SF Database

      • Post date
        January 9, 2020
      • Comments
        0