SQL session 10 | Logical Operators | Trendytech

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

КОМЕНТАРІ • 26

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

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

  • @shashankseth3041
    @shashankseth3041 Рік тому +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 2 роки тому +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

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

    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 Рік тому

    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.

  • @vineethreddy8096
    @vineethreddy8096 11 місяців тому

    Hello sir Please mention the notepad you are using.

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

    Thankyou sir🙏

  • @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?

  • @poojag4335
    @poojag4335 7 місяців тому

    Best videos

  • @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 2 роки тому

    Good going

  • @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.

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

    Hii sir please upload complete course of pyspark

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

    Can anyone tell me how to change the column name ?

  • @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 👍👍

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

    D.

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

    1st