Data Modeling Basics |

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

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

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

    If you want to see more videos like this, Subscribe for more data tutorials like this :) bit.ly/3GiCVUE
    ---------------------------------
    ⏱ TIMESTAMPS ⏱
    ---------------------------------
    00:00 What is Data Modeling
    01:13 Data Model Types
    02:55 Analytical Data Models
    04:30 Star Schema
    Enjoy :)

  • @gurleenkaur5638
    @gurleenkaur5638 3 месяца назад +2

    I just found your channel and this channel needs to be featured. So helpful and excellent explanations. Thankyou so much.

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

    If you want to see more videos like this, Subscribe for more data tutorials like this :) bit.ly/3GiCVUE
    ---------------------------------
    ⏱ TIMESTAMPS ⏱
    ---------------------------------
    00:00 What is Data Modeling
    01:13 Data Model Types
    02:55 Analytical Data Models
    04:30 Star Schema
    Enjoy :)

  • @mochamadsyahrizal
    @mochamadsyahrizal Месяц назад +1

    I always learn something new from your videos. Keep up the great work!

    • @DataWithBaraa
      @DataWithBaraa  Месяц назад

      Amazing, thanks for letting me know, I will do that :)

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

    You Really Deserve more Subscribers, Really good Way of Explaining with clear voice and without any exhausting

  • @g-ij9km
    @g-ij9km 7 месяцев назад +1

    BEST EXPLANATION EVER ON INTERNET

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

    This is an excellent video about the basics of Data Modeling.
    BTW you have a new subscriber.
    Truly appreciate your efforts!!!

  • @jemarcusrusselljr2908
    @jemarcusrusselljr2908 6 месяцев назад

    one of the best explanations ive seen

  • @Time_Traveller_Dubai
    @Time_Traveller_Dubai 3 дня назад +1

    Hi
    How to apply RLS as dynamically most of the time this question is being asked please make a video on it

  • @vaishalitanwar4178
    @vaishalitanwar4178 2 месяца назад +1

    Best explanation 👍

  • @g-ij9km
    @g-ij9km 7 месяцев назад +1

    EXCELLENT!!!

  • @krishanvaish3203
    @krishanvaish3203 6 месяцев назад +1

    You are best

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

    thanks a lot

  • @abcinwow
    @abcinwow 2 месяца назад

    Hi thank you for your video
    In one very large data set
    Is it better to data model these data?
    One table has more than 30 million lines. In this case, is it more efficient to create a tableau dashboard by creating a star schema for that data?

  • @codewithnitesh01
    @codewithnitesh01 3 месяца назад

    Please could you bring videos on Power BI

  • @abimaelesauaguilarvalerian4177
    @abimaelesauaguilarvalerian4177 8 месяцев назад +1

    Hello Baraa!!!
    One question. Do you know if Tableau allows to import the relational model as i design in SQL? Or this relation model has to do manually obligatory?
    You have really really nice videos!!!

    • @DataWithBaraa
      @DataWithBaraa  8 месяцев назад +1

      Thank you for the nice words, really appreciate it. Now to your question, there is no option to import the relational model in Tableau, sadly you have to create it manually. However, tableau can automatically recognize relationships between tables based on the names and data types. For example if both tables have field called „customer_id“ then as you drop tables in data source, Tableau will automatically connect them using customer_id. I hope this help and thanks again 🙂

    • @abimaelesauaguilarvalerian4177
      @abimaelesauaguilarvalerian4177 8 месяцев назад +1

      @@DataWithBaraa thank you so much Bara very helpful.

  • @MinhDuc090192
    @MinhDuc090192 10 месяцев назад

    Very helpul and easy to understanding. Thanks Baraa

  • @vedantasingh2472
    @vedantasingh2472 4 месяца назад +1

    for algorithm

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

    Nice, please upload all the vedios soon

    • @samkhan1735
      @samkhan1735 Год назад

      I m trying to finish the whole playlist ASAP

  • @sulashidayat
    @sulashidayat 4 месяца назад +1

    in section 5: combining data, how to do it if we have two or more FACTs data. e.g. our big projects is fertilizer industry, we have 3 FACT data: import-export commodity trade, Fertilizer production each company in each country, crop yield of agriculture product in Indonesia. How to deal with that?
    e.g 2: we want to build complete executive dashboard, covering sales performance, HR dashboard, supply chain dashboard, and plant operation dashboard. all that dashboard require differents facts. how to do that

    • @DataWithBaraa
      @DataWithBaraa  4 месяца назад

      I typically would go with 3 different data sources, this means each data source holds a fact table and its dimensions.