SQL - Group By, Aggregation Functions & Having clause in Hindi.

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 78

  • @purushottammitra1258
    @purushottammitra1258 7 หลายเดือนก่อน +4

    Shakra ! Please make a dedicated video on how to use leetcode for Data Analyst Interview (Python +SQL)..how you personally used leetcode for DA Interview preparation👍Would be waiting for the video👍

  • @ankitabhavsar1422
    @ankitabhavsar1422 9 หลายเดือนก่อน +1

    You journey is very motivating please apka ye free analytics course jaldi hi complete kare, really needed content like this.

    • @nishachauhan5636
      @nishachauhan5636 7 หลายเดือนก่อน

      Ye nhi karwati madam apne kaam mai hi busy rhti hai

  • @snehasisroutray1900
    @snehasisroutray1900 10 หลายเดือนก่อน

    Ma'am you are like saviour who wants to switch job to data analyst ❤, keep it up the hard work as you did earlier. Eagerly waiting for your next video.

  • @DA_Guy123
    @DA_Guy123 11 หลายเดือนก่อน

    Easiest explanation in whole TH-cam 😊

  • @sourabhmeena7527
    @sourabhmeena7527 11 หลายเดือนก่อน +1

    Just keep it up mam you’re seriously doing very good work for peoples who want to switch ❤☺️

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Your comment made my day,, thanks

  • @raghibelahi937
    @raghibelahi937 11 หลายเดือนก่อน +1

    Amazing explanation... learning with ease.
    Thank you ma'm.

  • @TonyStark-h6u
    @TonyStark-h6u 2 หลายเดือนก่อน

    Maine pura vedio dekh liya bahot informative hai bahot vedio dekha par samajh me nhi aa rha tha par apka vedio samajh me aa gya❤❤❤

  • @jeetmehta5125
    @jeetmehta5125 5 หลายเดือนก่อน

    Hi Shakra,
    I am following you on Instagram and LinkedIn. And I am learning data analysis from your channel itself. I just want to tell you this series is really helpful in the learning process. I request you to post window functions and other advance sql content.. plzz...

  • @Vertika5246
    @Vertika5246 11 หลายเดือนก่อน

    Ur tutorial is very inquisitive n beneficial .

  • @Fighter003_shahi
    @Fighter003_shahi 3 หลายเดือนก่อน

    Thank you so much for your all video ma'am

  • @laxmi281
    @laxmi281 11 หลายเดือนก่อน

    Thanks for sharing.. looking forward for more…

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Thanks for watching!

  • @J_kukku
    @J_kukku 11 หลายเดือนก่อน +2

    Happy Birthday Shakra🥳

  • @chetanmalhotra6957
    @chetanmalhotra6957 11 หลายเดือนก่อน

    Thank you for sharing you knowledge.

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Glad it was helpful!

  • @DA_Guy123
    @DA_Guy123 11 หลายเดือนก่อน +2

    SELECT name, MIN(salary) AS min_salary
    FROM employees
    GROUP BY department;
    Ma'am, Is my query right?

    • @shubh_pokharkar8145
      @shubh_pokharkar8145 หลายเดือนก่อน

      Just one change , in select you have to retrieve the column where you are using group by , in your example you have to retrieve department or select department and on each groups aggregate function will be applied and you will get column Min_salary.

  • @adithyas2155
    @adithyas2155 หลายเดือนก่อน

    Select Department, name, MIN(salary) AS Min_Salary from employees GROUP BY Department.
    Ma'am is this query correct?

  • @avadhutshinde521
    @avadhutshinde521 11 หลายเดือนก่อน

    @Shakra is this the right query??
    select department_id,first_name,salary min_sal from employees where
    salary in(select min(salary) from employees group by department_id)order by department_id ;

    • @hardiknaik9124
      @hardiknaik9124 11 หลายเดือนก่อน

      Your where condition should be like--WHERE (department_id, salary) IN (
      SELECT department_id, MIN(salary)
      FROM employees
      GROUP BY department_id
      )

    • @hardiknaik9124
      @hardiknaik9124 11 หลายเดือนก่อน

      As you are grouping it by employee_id so you should also select it in sub query... aggregate function and the grouping condition both should be ik select Clause

  • @ayushinayyar3034
    @ayushinayyar3034 10 หลายเดือนก่อน

    Hello please tell me the difference between data analytics and business analytics and which one is easy

  • @mohammadsahilsiddiqui8995
    @mohammadsahilsiddiqui8995 11 หลายเดือนก่อน

    You are doing great work ❤

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Thank you 🙌

  • @prajwalshahane5467
    @prajwalshahane5467 11 หลายเดือนก่อน

    So nicely teaching 😊👍

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Thanks a lot 😊

  • @inderpanda
    @inderpanda 11 หลายเดือนก่อน

    Well Explained 👏🏼👏🏼

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Glad you liked it

  • @pavankanade5988
    @pavankanade5988 6 หลายเดือนก่อน

    hi shakra!
    i am doing data cleaning project on postgres SQL. in that i want change date format, but i am unable to change this.
    the dataset date format is month day, year. and i want change this in dd/mm/yyyy.
    i am use below query but it gives error.
    UPDATE housing
    SET SaleDate = TO_CHAR(TO_DATE(SaleDate, 'Month DD, YYYY'), 'DD/MM/YYYY');
    ERROR: function to_date(date, unknown) does not exist
    LINE 2: SET SaleDate = TO_CHAR(to_date(SaleDate, 'Month DD, YYYY'), ...
    ^
    please help me out this.

  • @nikhilbarde_77
    @nikhilbarde_77 11 หลายเดือนก่อน

    In companies which database server is most use pgAdmine or mysql workbench

  • @SANTOSHKUMAR-tg7zj
    @SANTOSHKUMAR-tg7zj 11 หลายเดือนก่อน

    Bahut badhiya mam
    Mujhe Hindi me basic to advance Excel shikhna hai mam kaha se shikhe

  • @ayushinayyar3034
    @ayushinayyar3034 10 หลายเดือนก่อน

    For business analytics what tools are required

  • @LakshaySharma
    @LakshaySharma 7 หลายเดือนก่อน

    mam , please make more video on SQL please

  • @crafterrsanya
    @crafterrsanya 6 หลายเดือนก่อน

    Hey Shakra.....Is data Analyst after 12th possible ??
    Is Graduation degree is really necessary.....??

  • @ShubhamSingh-yk3kz
    @ShubhamSingh-yk3kz 11 หลายเดือนก่อน

    Great content😊

  • @hari_1357
    @hari_1357 11 หลายเดือนก่อน

    Thank you!

  • @kalashlanjewar3652
    @kalashlanjewar3652 7 หลายเดือนก่อน

    Hi didi
    I have just completed 12
    Confused about what degree to persuve to become data analytics...

  • @tanmaygupta8288
    @tanmaygupta8288 11 หลายเดือนก่อน

    Great learning content 🙌

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน +1

      Glad you think so!

    • @somnath_1959
      @somnath_1959 11 หลายเดือนก่อน +1

      ​@@ShakraShamimI messaged you so many times but u didn't reply

    • @SN-ec1xi
      @SN-ec1xi 11 หลายเดือนก่อน

      ​@@ShakraShamim thanks for wonderful video. Can u advice me. If it's okay to do Google analytics certificate simultaneously or I should be first learn SQL Excel then go for Coursera certification? Thank you 😊❤️

  • @aniketvishwakarma9436
    @aniketvishwakarma9436 7 หลายเดือนก่อน

    Hlw mam today I subscribed for this chennel and thanks to more to more provide knowledgeable video s
    this chennel thanq mam.happy Eid mam. Can i ask something qualifications for education regarding mam

  • @noorullabasha01
    @noorullabasha01 11 วันที่ผ่านมา

    SELECT name, salary from emp where salary=(select MIN(salary) from emp);

    • @noorullabasha01
      @noorullabasha01 11 วันที่ผ่านมา

      SELECT name, MIN(salary)
      FROM emp
      GROUP BY name;

  • @vyankateshyadav4570
    @vyankateshyadav4570 6 หลายเดือนก่อน

    Mam may manual testing or automation testing ka lay job search kar rahai can you given any advice plz

  • @vikashkumargupta78
    @vikashkumargupta78 6 หลายเดือนก่อน

    Hi shakira, agar tum sql ka course kra rhi ho na toh sirf vhi topic explain kro jo needed hai IT professional ke liye sath me project bhi explain kro end to end taki jo person tumhara video dekhe atleast tumari vjah se khi to kisi position pr jaye
    I like you that's why I suggest you.❤ ❤❤

  • @nityagoyal-eb5km
    @nityagoyal-eb5km 11 หลายเดือนก่อน

    hlw mam , mamaap bta sakte h data analysis ka course me sab se phle kya start kare excel , sql python, power bi

  • @td6855
    @td6855 7 หลายเดือนก่อน

    Hi,
    I have one question can we ask a person who work for the role of software engineer to reffer me for another role in his company

  • @LalalL-j4n
    @LalalL-j4n 11 หลายเดือนก่อน

    nice content

  • @makarsh29
    @makarsh29 7 หลายเดือนก่อน

    mam why are u not making more vdos

  • @Vertika5246
    @Vertika5246 11 หลายเดือนก่อน

    Nice

  • @aishwaryam2359
    @aishwaryam2359 11 หลายเดือนก่อน

    Please make a video one resume for data analyst job

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Yes, it will come soon

  • @noobragaming5805
    @noobragaming5805 3 หลายเดือนก่อน

    Mam apki sql ki playlist ana ku ruk gai ?

  • @ketantayal3573
    @ketantayal3573 11 หลายเดือนก่อน

    is there any hiring in data analyst job ? i tried lot but no response !!
    shakra mam is there hiring in your company any other place ?

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Yes now the market is again opening , so keep trying. you will get a call

  • @maniranjanvlogs2981
    @maniranjanvlogs2981 7 หลายเดือนก่อน

    maam upload next video please

  • @NESW30RAPTI
    @NESW30RAPTI 7 หลายเดือนก่อน

    data analytics course please

  • @successlifeday
    @successlifeday 7 หลายเดือนก่อน

    I think you need a thumbnail designer

  • @Factocribe
    @Factocribe 10 หลายเดือนก่อน

    Hlo maim aapse baat krni h

  • @rakeshranjan7113
    @rakeshranjan7113 11 หลายเดือนก่อน

    Select department,max(salary),min(salary) from employee group by department

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Question was -
      Write a query to fetch minimum salary & name of that employee, according to each department.

    • @rakeshranjan7113
      @rakeshranjan7113 11 หลายเดือนก่อน

      @@ShakraShamim select name,min(salary) from employee group by department

  • @PawanGupta-zv3ch
    @PawanGupta-zv3ch 4 หลายเดือนก่อน

    Mam mujhe bhi data analyst banna hai

  • @sameere1223
    @sameere1223 11 หลายเดือนก่อน

    Hi Shakra I am doing manual testing and want to switch in data analyst, but my designation is as test engineer in company, if i switch in data analyst is my experience will count or i need to work as fresher,actually I learnt SQL, python tableau till now and now learning PoweraBI, now I am confused, is my experience will count or not?

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน +1

      Make it relevant experience,, then u can easily switch

  • @swayamjitmohapatra
    @swayamjitmohapatra 11 หลายเดือนก่อน

    Hey there, is it possible to connect with you via LinkedIn?

    • @ShakraShamim
      @ShakraShamim  11 หลายเดือนก่อน

      Connect with me on instagram - user-name - shakra.shamim