1. Data Analytics Using MySQL | MySQL (Case Study - 1) | Kaggle Dataset (SF Salary)

preview_player
Показать описание


If you enjoy these tutorials, like the video, give it a thumbs-up, and share these videos with your friends and families if you think they would help him.
Please consider clicking the SUBSCRIBE button to be notified of future videos.

Disclaimer ---

Video is for educational purposes only. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is permitted by copyright statute that might otherwise be infringing. Non-profit, educational, or personal use tips the balance in favor of fair use.


- Thanks for watching -
Рекомендации по теме
Комментарии
Автор

i am lucky enough to get your channel . have done projects of data analysis using python from ur channel and now working on sql

junaiddooast
Автор

This has to be the most satisfactory and simplest sql video on the internet
God bless you.

pkgolkl
Автор

I really appreciate the way of teaching, its really understandable, please keep uploading more SQL videos like this. Thank you, sir.

godisgreat
Автор

Let me comment, that your videos are damm good, thanks!

xyzw
Автор

Hey I appreciate this lecture
But my work did not show the question window

kindly elp
thank you

dianatwin
Автор

What is the data type for your base pay column. When I imported the data, it told me error code 1265, data truncated for column base pay at row 5

ifeomajames
Автор

is this wrong approach for question 8?

select employeeName,
avg(Basepay),
avg(OvertimePay),
avg(otherpay) from salaries
group by employeeName;

dpegn
Автор

unable to download the dataset. says 'we can’t show files that are this big right now.'

vivekjoshi
Автор

why we use MySQL in data analytics?
do we work same tasks on Excel or in Mysql, are both use for same purpose in DA?

qureshiqureshi
Автор

Sir mene file import kiya hai buy isme id serial me nhi aa raha hai like 1, 2, 313, 5 aase korke aa raha hai kya karo

diyadeb
Автор

Update .... set is not giving the desired results. Infact there is no update in the table. What to do sir?

aditipandey
Автор

There is one column "Benefits", which seems to have null values, but when I select any records with Benefits = 0, those all poped up, I suspect that would affects the accuracy of some analysis, like the average Benefits, could you please give some example to explain that?

Jane-nimx
Автор

the data that you use didn't work with me 'unhandled exception list index out of range mysql'

redahairy
Автор

sir, I get a massage row import failed with an error, how I can handle it?

luthfiadnanrahmantyo
Автор

Please reply can we use it as sql project in interview ...your reply will save so many students life

laxmanreddy
Автор

hello. why mine so long to import data? i work on intel core i7. probably it need around 10 minutes, but i can't wait more, so i cancel it.

griloka
Автор

Can we use this as sql project in interview Please reply

laxmanreddy
Автор

Sir, it takes too much time to import the data.
Any solution?

harshsaurav
Автор

ur file is having error bro i import other file easily ... am unable to practice ur file

farmerzindabad
Автор

Unable to download this dataset, it’s in a html format

ifeomajames