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

preview_player
Показать описание
In this video, we'll cover Group By, Aggregation & Having with practical explanation in this video.

Telegram group link:

𝗝𝗼𝗶𝗻 𝗺𝗲 𝗼𝗻 𝗦𝗼𝗰𝗶𝗮𝗹 𝗠𝗲𝗱𝗶𝗮:🔥

This video is the fifth in a series on SQL for data analysts. In future videos, we'll cover more advanced topics, such as joins, subqueries, and stored procedures. If you're new to SQL or data analysis, this video is a great place to start. By the end of the video, you'll have a solid understanding of the basics of SQL and how it can be used to analyze data.
Рекомендации по теме
Комментарии
Автор

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

ankitabhavsar
Автор

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.

snehasisroutray
Автор

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👍

purushottammitra
Автор

Easiest explanation in whole YouTube 😊

DA_Guy
Автор

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

raghibelahi
Автор

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❤❤❤

TonyStark-hu
Автор

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

sourabhmeena
Автор

Thank you so much for your all video ma'am

Fighter_shahi
Автор

Ur tutorial is very inquisitive n beneficial .

Vertika
Автор

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

jeetmehta
Автор

Thanks for sharing.. looking forward for more…

laxmi
Автор

SELECT name, MIN(salary) AS min_salary
FROM employees
GROUP BY department;

Ma'am, Is my query right?

DA_Guy
Автор

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

nikhilbarde_
Автор

select first_name, salary
from employee
where salary in (
select min(salary)
from employee
group by department
);

shoaibkhan
Автор

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

ayushinayyar
Автор

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.

pavankanade
Автор

For business analytics what tools are required

ayushinayyar
Автор

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

vyankateshyadav
Автор

@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 ;

avadhutshinde
Автор

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

crafterrsanya