This type of video is what we exactly need. Please keep making such videos. Thank you!
The Project is very Awesome and its my first my SQL Project
Absolutely Loved it Sir, now my confidence is at the peak to gear up for any SQL interviews. kindly replicate the same and showcase your charisma of analysis via power bi ππππ
51:40 Instead of SELECT DISTINCT (COUNT ..., SELECT COUNT(DISTINCT ... should be used. Since COUNT() returns a single integer, the DISTINCT clause has no practical effect This statement first counts the occurrences of a specified column and then returns distinct counts of those results. However, it is important to note that this usage is not common and can lead to confusion. The DISTINCT keyword here applies to the result of the COUNT() function, which typically returns a single value (the total count). Thus, the DISTINCT keyword effectively does not change the output because the count itself will only yield one row
Thanks for this sql project it really helped me a lot im understanding the concepts properly
Hi, fixed. great video. Honestly your tutorials are the best
Im trying to learn Data Analytics and i can say i started at right place. Thanks
Please do powerbi project on election dashboard also
I saw whole video its just awesome!! You are doing great! Just 1 request from me can you create a dashboard on this project using power bi/tableau it will help me to get understand more better Happy to say I am your new subscriber!π
I really appreciate your efforts ππ» Thank you sir
you are a SAVIOUR πππBro
This type of video is what we exactly need. Please keep making such videos. Thank you! --What is the total number of Seats available for elections in each state? select s.state, COUNT(sw.constituency) as total_seat from states s inner join statewise_results sw on s.State_ID = sw.State_ID group by s.State order by COUNT(sw.constituency) desc;
You are the best brotherβ€
Thank you #Datatutorials... ππ»ππ»
Thank you !
Hello, Thanks for this
Great video
thanks you sirr
if statewise data sheet not importing check row 49 of the sheet trailing candidate
@harshkaushik4634