MySQL Count Sum Min Max Avg Tutorial in Hindi / Urdu

preview_player
Показать описание
In this tutorial you will learn mysql count, sum, min, max, avg functions tutorial in Hindi, Urdu.You can learn how to count whole record in data table of database, calculate average of any column, minimun and maximum number in any column.

PHP Tutorial in Hindi Playlist

MySQL Tutorial in Hindi / Urdu Playlist

Official Website

Follow us on Facebook

Follow us on Twitter

#mysql #webdevelopment #php
Рекомендации по теме
Комментарии
Автор

Dear sir a big thanks to you for this series. i did not attend whole labs of this subject but before some hours for final lab exam i watched this series and get more knowledge which i did not get in my whole semester

shahzaibhassan
Автор

Yahoo bhai aap kaha rehte ho, kaun ho ye janne ki bahut iccha hai, itne acche or puri lagan se padhane wale kahi nahi milte hain or sath me aavaj or padhane ka tarika dono ka talmel bahut hi uttam hai. Aap to bas ekdam superstar teacher ho youtube par. Bhai ko salute.

budgetarena
Автор

Thank you so much sir,
I watched your all video of MySQL
And learnt from scratch
And i switched into technical from non technical
And I got selected in infoys.
Thank you so much sir🙏🙏

interestingFact
Автор

Your videos are simple and easy to understand, , just make one video for find nth highest salary, , nth minimum salary.

sibasisdash
Автор

Sir, syntax is wrong to get the data of max & min percentage correct syntax is select MAX(percentage) as percentage, name, city from personal where percentage = (select max(percentage) from personal); . I'm writting this cause first i tried your syntax but it not works well.

vinodabnani
Автор

name returned in min percentage query is the name of first row...
if you run query of max percentage with name also then the name returned will be of first row

unknownrandoms
Автор

Helpful tutorial... Thanks for a video😇

monikadesai
Автор

tell me sir percentage ka column kese add kra hai & sir ur tutorial is too good and easy understand and thanq so much sir

shivam_vlogs
Автор

Sir min cmd i can use but when i am giving who has that min record means as you said name and city that is showing error for me some group by expression.

shaikhabusufiyan
Автор

kind request to the tutor, don't teach the wrong syntax.
Correct Code for getting details of the student having a minimum percentage. ==>

select * from student.personal where percentage = (select min(percentage) from student.personal);

axaysagathiya
Автор

You are great sir.
These videos are so helpful.

I have a question sir:
Suppose I made a student record using php and mysql and there is a column for fee.
And suppose i have made a search box where by typing the month or day we get record of that particular month or day
Now the result shown by search column also includes fee column.
What to do if i have to add all the amount of fee column which we get by searching for a particular day or month?

rp
Автор

Awesome vedio thnk you so much sir for that,

trtofficial.
Автор

Thank you very so much for this video sir :)

dhruvrajsinhjadeja-vfxarti
Автор

name returned in min percentage query is the name of first row...
if you run query of max percentage with name also then the name returned will be of first row please solve these qjuery

singh
Автор

Can you please show how we can add this percentage column and add data in it?

ShayistaAli-lyzp
Автор

Sir ager kisi ki second highest percentage dekhni ho toh kia query use kare gay

umairiqbal
Автор

When we use select max(SALARY) AS Salary, name, city from employee;
Its given back fst column name city not max salary holder

puneetmalik
Автор

Sir its not giving the exact values of other rows could you please help?

nilanjankarmakar-ht
Автор

sir Select min(percentage) as per, name, city it not working in mysql 8.0.33 error code 1140. in aggregated query without group by expression thats the error plz help me out

RahulYadav-qgxi
Автор

Select min(percentage) as Percentage, name, city from personal2;
Not working
My sql version: 8.0.26
Error Code: 1140. In aggregated query without GROUP BY, expression #2 of SELECT list contains nonaggregated column 'student.personal2.name'; this is incompatible with sql_mode=only_full_group_by

mrperfectgaurav