SQL Tutorial - Creating a sample of data

Поділитися
Вставка
  • Опубліковано 6 вер 2024

КОМЕНТАРІ • 16

  • @mostinho7
    @mostinho7 3 роки тому +2

    Thanks for great video, took notes

  • @fernandocamargo2637
    @fernandocamargo2637 4 роки тому +1

    Another great video, you make everything look easy to learn, Tks!

  • @sk____1958
    @sk____1958 3 роки тому +1

    Your explanation racks dude.. In every video.
    Can you do a video on the topics to learn in SQL,in order, for a beginner, a good learning journey to follow for sql kindof thing....

    • @BeardedDevData
      @BeardedDevData  3 роки тому

      It is something I am exploring at the moment, I have started a SQL basics series, m.ua-cam.com/video/k3CCFnICg5Q/v-deo.html

  • @anirvancool
    @anirvancool 6 років тому +1

    you are doing a great job.Please consider doing some videos on the analysis you do as part of your daily BI job...What are the tips and tricks to become a descent BI developer

    • @BeardedDevData
      @BeardedDevData  6 років тому +2

      Thanks for the positive feedback, I will get some videos up some on analysis and how to become a BI Developer.

  • @fernandocamargo2637
    @fernandocamargo2637 4 роки тому +1

    It would be great to have a tutorial on SSAS using your teaching skills, not many tutorials on youtube, and usually they are too complicated, I believe it is because of the methodology used by the others ones.

    • @BeardedDevData
      @BeardedDevData  4 роки тому +2

      Sure, I’m going to produce some SSAS videos soon, are you more interested in Multidimensional or Tabular?

    • @fernandocamargo2637
      @fernandocamargo2637 4 роки тому +1

      @@BeardedDevData Hi mate! I am more interested in Tabular as I have some knowledge of Power BI, multidimensional it is one level upper, I think. Tks for your Great videos. God bless you

  • @deepakmodu7497
    @deepakmodu7497 4 роки тому +1

    great video. Thanks. Can you please paste the query in comments if you can for reference

  • @iandavies1524
    @iandavies1524 3 роки тому +1

    Same as SELECT TOP(x) * FROM MyFile ORDER BY NEWID() ??? Not sure, just asking

  • @erinbai8510
    @erinbai8510 3 роки тому +1

    is torder by required in the over clause?

    • @BeardedDevData
      @BeardedDevData  3 роки тому

      Yes, however if the order is not important there is a workaround you can use ORDER BY (SELECT NULL).

    • @houstonvanhoy7767
      @houstonvanhoy7767 Рік тому

      @@BeardedDevData This is the first time that I have seen "ORDER BY (SELECT NULL)". I learn something new by watching your videos, and I learn even more by reading your answers. Are you MVP? If not, you and your viewers need to work on that.

    • @houstonvanhoy7767
      @houstonvanhoy7767 Рік тому

      ​@@BeardedDevData I think that you could probably do an interesting video on the uses of "(SELECT NULL)".