SQL Data Analysis Project: eCommerce Site

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

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

  • @goatstatusj5112
    @goatstatusj5112 15 дней назад +1

    Great Video, I am looking to start my own SQL Project that i can showcase to my resume, and this video should help me start a project Idea I had in mind.

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

    Thank you for your tutorials. I’m learning and watching something from a simple start to a full end product serves a lot. 😃👍

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

      You're welcome! Glad you like them.

  • @GENESIS429-yx8im
    @GENESIS429-yx8im Месяц назад +1

    thank you for the video very helpful

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

    why would use subqueries instead of CTEs

    • @DatabaseStar
      @DatabaseStar  29 дней назад

      You can use either, but I prefer CTEs as they break up the query and make it easier to read.

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

    Thank you, Database Star, for the awesome explanation. However, I have a question about choosing relational databases for e-commerce apps. What are the criteria for selecting relational databases over non-relational databases? Additionally, which relational database is best for an e-commerce app and why?

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

      Good question. I don't know a lot about the benefits of non-relational databases so I can't really give any advice on that.
      Regarding the best relational database, I think any of them could work well. I personally recommend Postgres for most situations as it's free, performs well, and has a lot of features.

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

    Is it possible to import csv files to PostgreSQL without manually creating tables first?

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

      Not that I know of, but I could be wrong!

  • @YacineBenjedidia-wm6pw
    @YacineBenjedidia-wm6pw Месяц назад

    thanks a lot