SQL Tips & Tricks Every Data Professional Should Know | Best Coding Practices 2022 | LearnSQL

Поділитися
Вставка
  • Опубліковано 26 лип 2024
  • Here are my favourite SQL Tips & Tricks that every data scientist, data analyst or data engineer should know. Check out learnsql.com/?ref=candidlyvivian to get started with LearnSQL.com today!
    contact me ✨
    ✉️ e-mail | candidlyvivian@gmail.com
    📷 Instagram | @violetharmonyx
    commonly searched tags ✨
    data scientist, learning sql, how to learn sql for data science, data science interview questions and problems, best resources to learn sql, acing the data science interview, analytics, w3schools, sql tutorial, sql interview questions and answers, data analyst, candidlyvivian, what is SQL, structured query language, learnsql.com, learning sql 2022, sql tips and tricks, sql tips, advanced sql tips
    disclaimer ✨
    FTC: this video is sponsored by LearnSQL.com
    all opinions expressed in this video and all videos on my UA-cam channel are solely my own, and do not express or reflect the views or opinions of my employer. they also do not reflect the views of any of the brands that I may mention.
    1817

КОМЕНТАРІ • 59

  • @divina.glitch
    @divina.glitch 2 роки тому +3

    I really like your videos! Thank you! :)

  • @pinggong2471
    @pinggong2471 2 роки тому +1

    Good job!

  • @sasstemir
    @sasstemir Рік тому +7

    I came to the same conclusion about CTEs just based on my own experience. I had so much frustration with big complex queries more than 100 lines long. Couple of days later I couldn't understand my own query. CTEs make this problem so much easier to handle. Totally agree

    • @candidlyvivian
      @candidlyvivian  Рік тому +1

      ahh yes you understand the struggle with large subqueries!! never going back to those again :)

  • @TheCanihavaname
    @TheCanihavaname Рік тому +2

    Thank you for this!

  • @stopthink9000
    @stopthink9000 Рік тому +1

    Great tips! Thx!

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

    Sup Viv. You rock.
    Thanks!

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

    Thanks for this video 🙌

  • @TomsDataWorld
    @TomsDataWorld 5 місяців тому

    Good video Vivian! Gonna follow

  • @rado_paradoks
    @rado_paradoks 2 місяці тому

    Very cool!

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

    Such a helpful video….thanks for this

  • @azulbahia8766
    @azulbahia8766 10 місяців тому

    No puedo creer lo increíble que son estos trucos, thank you so much!

    • @candidlyvivian
      @candidlyvivian  10 місяців тому

      omg yay thank you so much! I'm glad it helped :)

  • @terryshang9776
    @terryshang9776 2 роки тому

    Lets goooo

  • @petridishlife
    @petridishlife 3 місяці тому

    Thanking you!!!

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

    Thanks dear, missing your whistle...

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

    Thank you very much.

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

    thank you so much love your dimples

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

    Thanks for tips

  • @andracoisbored
    @andracoisbored 4 місяці тому

    Can you make another one of these? pleaseeee! more tips and tricks. No matter how small 😊😊

    • @candidlyvivian
      @candidlyvivian  4 місяці тому +1

      yay I’m glad you enjoyed! watch my latest video (the SQL interview one - I do share a few tips there too)

  • @jakemurphy9121
    @jakemurphy9121 6 місяців тому

    You mentioned CTEs only need to be run once. Does that mean they're more for static data that doesn't change in that case? I have a nested select statement I would like to optimize, but the data changes frequently

    • @candidlyvivian
      @candidlyvivian  6 місяців тому

      hey Jake, the nested select statement is fine as a CTE!

  • @reshmisiva593
    @reshmisiva593 2 роки тому +1

    Much needed video! Thanks.
    Do data scientists use procedures, function all the other T- Sql, PL/SQL stuff as well?
    Awaiting your response.
    TIA

    • @candidlyvivian
      @candidlyvivian  2 роки тому

      hi reshmi! thank you :) glad it helped.
      i've only briefly dabbled in PL/SQL oracle but have never used T-SQL.
      what I've realised is that most companies have their own SQL servers and "language" whether that's SparkSQL / postgresSQL and all are relatively similar in syntax

  • @Traumatised311
    @Traumatised311 2 роки тому +1

    Vivian
    I took some lesson of statistic on Coursera for data science
    M from a mechanical background
    I found stats for data science very hard n it made me cry
    What would u suggest
    I have given up on idea of being a data science

    • @candidlyvivian
      @candidlyvivian  2 роки тому +1

      hi there! nooo don't give up!
      if that's the case I would recommend trying to pick up SQL / do a machine learning course and see if you enjoy that aspect (don't focus too much on the theory behind it!)
      you can also pursue data analyst path and then transition into data science :)

    • @Traumatised311
      @Traumatised311 2 роки тому

      @@candidlyvivian
      Data analyst jobs r mostly given to software engineers or I t engineers where I live
      I am a mechie as I said

  • @Traumatised311
    @Traumatised311 2 роки тому

    Hey can you recommend Coursera courses for statistics required for data science

  • @adityasharma8807
    @adityasharma8807 5 місяців тому

    THE CONTENT WAS GREAT ALSO YOU LOOK SO BEAUTIFUL😊

  • @JBS439
    @JBS439 2 роки тому +2

    hello Vivian, please teach me SQL

    • @90skidindailykaruthu13
      @90skidindailykaruthu13 2 роки тому +1

      Hi Shang,
      Sql is very simple one .If you intrested I will teach you free

    • @JBS439
      @JBS439 2 роки тому

      Please do teach me. I am very interested and ready to start

    • @candidlyvivian
      @candidlyvivian  2 роки тому

      hi Shang, good luck!! please check out my other SQL videos on my channel ☺️ I have one on resources I like to use as well as basic SQL commands to get started!

  • @MiningForPies
    @MiningForPies 10 місяців тому +3

    The CTE advice is not correct. If you reference it more than once SQL will in-line it and run it for each reference.

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

    Just starting out...lord help me 😅

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

    don't forget to blink girl

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

      Hahaha omg I have noticed that - I’m still not great at talking to the camera 😅

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

      @@candidlyvivian you did great, i saw that anxiety, but its ok, video was very great btw, thank you very much, keep up!

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

      @@casualgamingz153 thank you! :)

  • @ardaburakcobankent1950
    @ardaburakcobankent1950 2 роки тому

    Hello, your thumbnails are too crowded I cant even read in desktop so you may try using a single/simple background image only instead of collage, also I think you can try cutting some words, 4-5 words would be enough for the content I guess. quick tips from another youtuber, I hope you can stay steady please dont burnout :p

    • @candidlyvivian
      @candidlyvivian  2 роки тому

      thanks for the feedback, appreciate it!! good luck with your channel too

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

    Less your face, more sql code