4. Strategies to create Surrogate keys in Spark-Databricks

Поделиться
HTML-код
  • Опубликовано: 25 окт 2024

Комментарии • 8

  • @radhakrishnanananthan1585
    @radhakrishnanananthan1585 11 месяцев назад

    Thanks for your video. May I kindly requesting you to let me know what is surrogate keys? where it is getting used.

  • @arjunbattula1008
    @arjunbattula1008 2 года назад

    Thanks for providing so much information and explaining it very good. I learned alot as I am working on the similar project which is creating notebooks.can you do videos on Data vault and dimensional modelling it will be helpful

  • @seasql
    @seasql 2 года назад

    what is the your databricks runtime, direct identity column option avaiable from databricks runtime 10.3.. its latest staple release. you can check it out.. its not available when you developed that lecture.

  • @arnabbangal766
    @arnabbangal766 2 года назад

    Did not get how the ID column is generated automatically ?
    This is Bible for data engineers. Thanks a lot mam . Learnt a lot of important concepts.

  • @prayasgupta7011
    @prayasgupta7011 2 года назад +1

    Could you please provide the link to notebook that you have used in the video

  • @subhamdas5609
    @subhamdas5609 3 года назад +2

    👍

  • @EDWDB
    @EDWDB Год назад +1

    CREATE OR REPLACE TABLE demo (
    id BIGINT GENERATED ALWAYS AS IDENTITY,
    product_type STRING,
    sales BIGINT
    );

  • @MohammedKhan-np7dn
    @MohammedKhan-np7dn 3 года назад

    👍