SQL session 10 | Logical Operators | Trendytech

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

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

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

    Checkout the Big Data course details here: trendytech.in/?referrer=youtube_sql11

  • @vishnujatav6329
    @vishnujatav6329 3 года назад +3

    I am very desperate to do your big data course but I can't pay. However, I am following every single of your video. You are giving very much knowledge free of cost. And I believe that in future I will have the fortune to do your course definitely, when will be become capable to purchase your course

  • @shashankseth3041
    @shashankseth3041 2 года назад +2

    On classifying as Diploma and Masters we can also do group by to see how many course in each category
    select count(course_id) as 'Number of courses', CASE
    when course_duration_months >= 6 then 'Masters Programme'
    else 'Diploma Certificate'
    END as Degree_Type
    from course group by Degree_Type;

  • @vishnujatav6329
    @vishnujatav6329 3 года назад

    Sumit sir, you have made my day. Very useful video. Thank you.

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

    Doubts cleared from basics of SQL.
    It feels good to learn from you.
    Thank you for kind efforts that you put in for us 🤓

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

    The way you elaborates the things is just awesome 🔥✌️

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

    Great session Sumit Sir!!!!!

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

    Thank you Sumith sir 🙏

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

    Hey there,
    God bless your efforts.
    I have a simple enquiry as a new sql learner.
    How is sessions handled in sql applications? Are sessions related only to transactions or it is much broader than that?
    Thanks a lot.

  • @poojag4335
    @poojag4335 9 месяцев назад

    Best videos

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

    Thankyou sir🙏

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

    Hello sir Please mention the notepad you are using.

  • @seemaannigeri5923
    @seemaannigeri5923 5 месяцев назад

    Hii sir please upload complete course of pyspark

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

    Sir, i want to practice MySQL in my laptop.
    Could you plz let me know what i need to download and from where?

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

    Now is there any way to mege that new column(compnay_type) with the students table?

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

      Rather to merge yu may add new col via alter table.

  • @Jksprw
    @Jksprw 3 года назад

    Good going

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

    sir you told that after a few sessions you will switch to MYSQL but all 10 sessions happened in goormide only!! so how to use MYSQL and use the same codes we learnt to create database, tables etc in MySQL?

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

      This IDE uses to provide prototype or replica of mysql. You may use same commands ok in mysql to run any type of query or create table, databse.

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

      @@nitinrao1133 okay will try, just wanted him to once guide through the interface of MYSQL also, but thanks 👍👍

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

    What is the name of the text editor you are writing notes on ?

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

      u can use any IDE either VSCode or Sublime..., it's just he opened the text files in one of these IDEs.

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

    Can anyone tell me how to change the column name ?

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

    D.

  • @smyphysics
    @smyphysics 3 года назад +1

    1st